Searched defs:if_stack (Results 1 – 2 of 2) sorted by relevance
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. */
278 struct if_stack *if_stack; member