Searched refs:NT_MACRO (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c106 /* If it's of type NT_MACRO, it cannot be poisoned. */
107 return node && node->type == NT_MACRO;
H A Dpch.c58 case NT_MACRO:
69 if (hn->type == NT_MACRO)
216 case NT_MACRO:
255 case NT_MACRO:
462 || h->type != NT_MACRO
589 case NT_MACRO:
H A Dmacro.c77 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))
1137 if (node->type != NT_MACRO || (result->flags & NO_EXPAND))
1634 if (node->type == NT_MACRO)
1644 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))
1655 node->type = NT_MACRO;
1717 if (node->type != NT_MACRO || (node->flags & NODE_BUILTIN))
H A Ddirectives.c578 if (node->type == NT_MACRO)
1403 if (hp->type == NT_MACRO)
1636 skip = node->type != NT_MACRO;
1658 skip = node->type == NT_MACRO;
H A Dinit.c370 hp->type = NT_MACRO;
H A Dinternal.h94 if ((NODE)->type == NT_MACRO && !((NODE)->flags & NODE_BUILTIN)) \
H A Dexpr.c585 result.low = node && node->type == NT_MACRO;
H A Dfiles.c683 if (file->cmacro && file->cmacro->type == NT_MACRO)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h528 commands (type NT_MACRO), assertions created with #assert
550 NT_MACRO, /* A macro of some form. */ enumerator in enum:node_type
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 85 milliseconds