Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c655 flags |= NODE_OPERATOR; in cpp_post_options()
H A Dlex.c2856 if (result->val.node.node->flags & NODE_OPERATOR) in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h829 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc672 flags |= NODE_OPERATOR; in cpp_post_options()
H A Dlex.cc3691 if (result->val.node.node->flags & NODE_OPERATOR) in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h889 #define NODE_OPERATOR (1 << 0) /* C++ named operator. */ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005242 TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,