GCC Middle and Back End API Reference
gencheck.cc File Reference
#include "bconfig.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "all-tree.def"
Include dependency graph for gencheck.cc:

Macros

#define DEFTREECODE(SYM, NAME, TYPE, LEN)
 
#define END_OF_BASE_TREE_CODES
 

Functions

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

Variables

static const char *const tree_codes []
 

Macro Definition Documentation

◆ DEFTREECODE

#define DEFTREECODE ( SYM,
NAME,
TYPE,
LEN )
Value:
#SYM,
Generate check macros for tree codes. Copyright (C) 1998-2025 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>.

◆ END_OF_BASE_TREE_CODES

#define END_OF_BASE_TREE_CODES

Function Documentation

◆ main()

int main ( int argc,
char ** ARG_UNUSEDargv )

References i, tree_codes, and usage().

◆ usage()

Variable Documentation

◆ tree_codes

const char* const tree_codes[]
static
Initial value:
= {
(char*) 0
}

Referenced by main().