Searched defs:if_stack (Results 1 – 11 of 11) 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
32 struct if_stack struct34 struct if_stack *next; argument35 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. */
323 struct if_stack *if_stack; member
30 struct if_stack struct32 struct if_stack *next; argument33 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. */
332 struct if_stack *if_stack; member
824 static unsigned char *if_stack = (unsigned char *)NULL; variable
962 static unsigned char *if_stack = (unsigned char *)NULL; variable