GCC Middle and Back End API Reference
fnfilter Struct Reference

Public Member Functions

void compile (const char *expr)
 

Data Fields

regex_t regex
 
bool keep
 

Detailed Description

A 'function filter', a filter and action for determining if a function should be included in the output or not. Used for --include/--exclude filtering.

Member Function Documentation

◆ compile()

void fnfilter::compile ( const char * expr)
inline

References free(), msg, and regex.

Field Documentation

◆ keep

bool fnfilter::keep

◆ regex

regex_t fnfilter::regex

The documentation for this struct was generated from the following file: