Home
last modified time | relevance | path

Searched defs:if_stack (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc30 struct if_stack struct
32 struct if_stack *next; argument
33 location_t line; /* Line where condition started. */
34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
35 bool skip_elses; /* Can future #else / #elif be skipped? */
36 bool was_skipping; /* If were skipping on entry. */
37 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h353 struct if_stack *if_stack; member
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c30 struct if_stack struct
32 struct if_stack *next; argument
33 location_t line; /* Line where condition started. */
34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
35 bool skip_elses; /* Can future #else / #elif be skipped? */
36 bool was_skipping; /* If were skipping on entry. */
37 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h337 struct if_stack *if_stack; member
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1163 static unsigned char *if_stack = (unsigned char *)NULL; variable