Home
last modified time | relevance | path

Searched refs:NT_VOID (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/
Dpch.c54 case NT_VOID: in write_macdef()
127 if (hn->type != NT_VOID) in save_idents()
222 case NT_VOID: in count_defs()
261 case NT_VOID: in write_defs()
405 if (hn->type != NT_VOID || hn->flags & NODE_POISONED) in collect_ht_nodes()
608 if (h->type != NT_VOID in save_macros()
699 if (h->type == NT_VOID) in cpp_read_state()
Dmacro.c1281 h->type = NT_VOID; in _cpp_free_definition()
1651 if (node->type != NT_VOID) in _cpp_create_definition()
Ddirectives.c602 h->type = NT_VOID; in undefine_macros()
2036 node->type = NT_VOID; in do_unassert()
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h549 NT_VOID = 0, /* No definition yet. */ enumerator
/freebsd-12-stable/contrib/gcc/
DChangeLog-20005069 * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
5243 NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,