Searched defs:if_stack (Results 1 – 6 of 6) sorted by relevance
39 struct if_stack struct41 struct if_stack *next; argument42 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. */
293 struct if_stack *if_stack; member
712 static if_elt *if_stack; variable
31 struct if_stack struct33 struct if_stack *next; argument34 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. */
273 struct if_stack *if_stack; member
824 static unsigned char *if_stack = (unsigned char *)NULL; variable