GCC Middle and Back End API Reference
gencheck.c File Reference

Functions

static void usage (void)
int main (int argc, char **ARG_UNUSED(argv))

Variables

static const char *const tree_codes []

Function Documentation

int main ( int  argc,
char **  ARG_UNUSEDargv 
)
     Print macros for checks based on each of the tree code names.  However,
     since we include the tree nodes from all languages, we must check
     for duplicate names to avoid defining the same macro twice.  

References tree_codes, and usage().

static void usage ( void  )
static

Referenced by dump_struct_debug(), and main().


Variable Documentation

const char* const tree_codes[]
static
Initial value:
{
#include "all-tree.def"
(char*) 0
}

Referenced by main().