Searched refs:NODE_OPERATOR (Results 1 – 7 of 7) sorted by relevance
655 flags |= NODE_OPERATOR; in cpp_post_options()
2856 if (result->val.node.node->flags & NODE_OPERATOR) in _cpp_lex_direct()
829 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
672 flags |= NODE_OPERATOR; in cpp_post_options()
3691 if (result->val.node.node->flags & NODE_OPERATOR) in _cpp_lex_direct()
889 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
5242 TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,