Home
last modified time | relevance | path

Searched defs:if_stack (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcclibs/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.h278 struct if_stack *if_stack; member