Searched defs:if_stack (Results 1 – 5 of 5) sorted by relevance
30 struct if_stack struct32 struct if_stack *next; argument33 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. */
353 struct if_stack *if_stack; member
337 struct if_stack *if_stack; member
1163 static unsigned char *if_stack = (unsigned char *)NULL; variable