GCC Middle and Back End API Reference
used_arg_t Struct Reference
Collaboration diagram for used_arg_t:

Data Structures

struct  mswitchstr
 

Public Member Functions

int operator() (const char *p, int len)
 
void finalize ()
 

Private Attributes

mswitchstrmswitches
 
int n_mswitches
 

Detailed Description

Check whether a particular argument was used.  The first time we
canonicalize the switches to keep only the ones we care about.   

Member Function Documentation

◆ finalize()

void used_arg_t::finalize ( )

References ggc_alloc(), mswitches, n_mswitches, and NULL.

Referenced by driver::finalize().

◆ operator()()

Field Documentation

◆ mswitches

mswitchstr* used_arg_t::mswitches
private

Referenced by finalize(), and operator()().

◆ n_mswitches

int used_arg_t::n_mswitches
private

Referenced by finalize(), and operator()().


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