Searched refs:NT_VOID (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dpch.c54 case NT_VOID:
127 if (hn->type != NT_VOID)
222 case NT_VOID:
261 case NT_VOID:
388 if (hn->type != NT_VOID || hn->flags & NODE_POISONED)
574 if (h->type != NT_VOID
664 if (h->type == NT_VOID)
H A Ddirectives.c565 /* Handle #undef. Mark the identifier NT_VOID in the hash table. */
602 h->type = NT_VOID;
2036 node->type = NT_VOID;
H A Dmacro.c1281 h->type = NT_VOID;
1651 if (node->type != NT_VOID)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h529 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
549 NT_VOID = 0, /* No definition yet. */ enumerator in enum:node_type

Completed in 108 milliseconds