Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libcpp/
HDpch.c55 case NT_VOID: in write_macdef()
132 if (hn->type != NT_VOID) in save_idents()
237 case NT_VOID: in count_defs()
276 case NT_VOID: in write_defs()
542 if (hn->type != NT_VOID || hn->flags & NODE_POISONED) in collect_ht_nodes()
768 if (h->type != NT_VOID in save_macros()
862 if (h->type == NT_VOID) in cpp_read_state()
HDdirectives.c697 h->type = NT_VOID; in undefine_macros()
1575 if (node->type == NT_VOID) in do_pragma_push_macro()
2412 node->type = NT_VOID; in do_unassert()
2518 if (node->type != NT_VOID) in cpp_pop_definition()
2533 h->type = NT_VOID; in cpp_pop_definition()
HDmacro.c3057 h->type = NT_VOID; in _cpp_free_definition()
3528 if (node->type != NT_VOID) in _cpp_create_definition()
/dragonfly/contrib/gcc-4.7/libcpp/
HDpch.c56 case NT_VOID: in write_macdef()
131 if (hn->type != NT_VOID) in save_idents()
226 case NT_VOID: in count_defs()
265 case NT_VOID: in write_defs()
529 if (hn->type != NT_VOID || hn->flags & NODE_POISONED) in collect_ht_nodes()
756 if (h->type != NT_VOID in save_macros()
847 if (h->type == NT_VOID) in cpp_read_state()
HDdirectives.c631 h->type = NT_VOID; in undefine_macros()
1509 if (node->type == NT_VOID) in do_pragma_push_macro()
2313 node->type = NT_VOID; in do_unassert()
2419 if (node->type != NT_VOID) in cpp_pop_definition()
2434 h->type = NT_VOID; in cpp_pop_definition()
HDmacro.c2582 h->type = NT_VOID; in _cpp_free_definition()
3009 if (node->type != NT_VOID) in _cpp_create_definition()
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDcpplib.h616 NT_VOID = 0, /* No definition yet. */ enumerator
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDcpplib.h701 NT_VOID = 0, /* No definition yet. */ enumerator