Searched refs:NODE_BUILTIN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dpch.c59 if ((hn->flags & NODE_BUILTIN))
217 if (hn->flags & NODE_BUILTIN)
256 if (hn->flags & NODE_BUILTIN)
575 && (h->flags & NODE_BUILTIN) == 0)
H A Dmacro.c77 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))
759 if (! (node->flags & NODE_BUILTIN))
1283 h->flags &= ~(NODE_BUILTIN | NODE_DISABLED);
1644 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))
1717 if (node->type != NT_MACRO || (node->flags & NODE_BUILTIN))
H A Dinit.c371 hp->flags |= NODE_BUILTIN | NODE_WARN;
H A Dinternal.h94 if ((NODE)->type == NT_MACRO && !((NODE)->flags & NODE_BUILTIN)) \
H A Dtraditional.c485 if (! (node->flags & NODE_BUILTIN)
690 if (node->flags & NODE_BUILTIN)
H A Ddirectives.c603 h->flags &= ~(NODE_POISONED|NODE_BUILTIN|NODE_DISABLED);
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h530 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
540 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */ macro
587 : HNODE.type == NT_MACRO ? ((HNODE.flags & NODE_BUILTIN) \
/freebsd-10-stable/contrib/gcc/
H A Dc-ppoutput.c459 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))

Completed in 193 milliseconds