Home
last modified time | relevance | path

Searched defs:STATE (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-cloog-compat.h56 #define cloog_state_free(STATE) argument
57 #define cloog_loop_malloc(STATE) cloog_loop_malloc () argument
58 #define cloog_options_malloc(STATE) cloog_options_malloc () argument
59 #define cloog_statement_alloc(STATE, INDEX) cloog_statement_alloc (INDEX) argument
60 #define new_Cloog_Domain_from_ppl_Pointset_Powerset(PSPS, NB, STATE)\ argument
62 #define new_Cloog_Domain_from_ppl_Polyhedron(POLY, NB, STATE)\ argument
64 #define cloog_domain_from_cloog_matrix(STATE, MAT, NB)\ argument
H A Dcfgbuild.c196 #define STATE(BB) (enum state) ((size_t) (BB)->aux) macro
197 #define SET_STATE(BB, STATE) ((BB)->aux = (void *) (size_t) (STATE)) argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgbuild.c185 #define STATE(BB) (enum state) ((size_t) (BB)->aux) macro
186 #define SET_STATE(BB, STATE) ((BB)->aux = (void *) (size_t) (STATE)) argument
/dflybsd-src/usr.bin/systat/
H A Dnetstat.c296 #define STATE SNDCC+7 macro
/dflybsd-src/games/atc/
H A Dinput.c72 } STATE; typedef
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsbase.h437 #define STATE "State" macro