Home
last modified time | relevance | path

Searched refs:PURE_ZERO (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h194 #define PURE_ZERO (1 << 7) /* Single 0 digit, used by the C++ frontend, macro
196 #define COLON_SCOPE PURE_ZERO /* Adjacent colons in C < 23. */
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog11 * include/cpplib.h (COLON_SCOPE): Define to PURE_ZERO.
95 (PURE_ZERO): Likewise.
6437 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-200578 * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
Dparser.cc27548 if (token->type != CPP_NUMBER || !(token->flags & PURE_ZERO)) in cp_parser_pure_specifier()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-2005421 * c-lex.c (c_lex_with_flags): Add PURE_ZERO to cpp_flags if