Searched refs:PURE_ZERO (Results 1 – 5 of 5) sorted by relevance
194 #define PURE_ZERO (1 << 7) /* Single 0 digit, used by the C++ frontend, macro196 #define COLON_SCOPE PURE_ZERO /* Adjacent colons in C < 23. */
11 * 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.
78 * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
27548 if (token->type != CPP_NUMBER || !(token->flags & PURE_ZERO)) in cp_parser_pure_specifier()
421 * c-lex.c (c_lex_with_flags): Add PURE_ZERO to cpp_flags if