Home
last modified time | relevance | path

Searched defs:if_stack (Results 1 – 11 of 11) 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
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Ddirectives.c32 struct if_stack struct
34 struct if_stack *next; argument
35 source_location line; /* Line where condition started. */
36 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */
37 bool skip_elses; /* Can future #else / #elif be skipped? */
38 bool was_skipping; /* If were skipping on entry. */
39 int type; /* Most recent conditional for diagnostics. */
H A Dinternal.h323 struct if_stack *if_stack; member
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Ddirectives.c30 struct if_stack struct
32 struct if_stack *next; argument
33 source_location 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.h332 struct if_stack *if_stack; member
/openbsd-src/gnu/lib/libreadline/
H A Dbind.c824 static unsigned char *if_stack = (unsigned char *)NULL; variable
/dflybsd-src/contrib/gdb-7/readline/
H A Dbind.c962 static unsigned char *if_stack = (unsigned char *)NULL; variable