Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c39 struct if_stack struct
41 struct if_stack *next; argument
42 unsigned int line; /* Line where condition started. */
43 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
44 bool skip_elses; /* Can future #else / #elif be skipped? */
45 bool was_skipping; /* If were skipping on entry. */
46 int type; /* Most recent conditional, for diagnostics. */
H A Dcpphash.h293 struct if_stack *if_stack; member
H A Dc-common.c712 static if_elt *if_stack; variable
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c31 struct if_stack struct
33 struct if_stack *next; argument
34 unsigned int line; /* Line where condition started. */
35 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
36 bool skip_elses; /* Can future #else / #elif be skipped? */
37 bool was_skipping; /* If were skipping on entry. */
38 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h273 struct if_stack *if_stack; member
/openbsd-src/gnu/lib/libreadline/
H A Dbind.c824 static unsigned char *if_stack = (unsigned char *)NULL; variable