Home
last modified time | relevance | path

Searched refs:NODE_OPERATOR (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h444 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
H A Dcppinit.c713 hp->flags |= NODE_OPERATOR;
H A Dcpplex.c1069 if (result->val.node->flags & NODE_OPERATOR)
H A DChangeLog.45236 TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h530 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
/openbsd/gnu/gcc/libcpp/
H A Dinit.c344 hp->flags |= NODE_OPERATOR; in mark_named_operators()
H A Dlex.c979 if (result->val.node->flags & NODE_OPERATOR) in _cpp_lex_direct()