Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h175 #define PURE_ZERO (1 << 7) /* Single 0 digit, used by the C++ frontend, macro
/openbsd/gnu/gcc/gcc/
H A Dc-lex.c374 add_flags = PURE_ZERO; in c_lex_with_flags()
/openbsd/gnu/gcc/libcpp/
H A DChangeLog152 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
/openbsd/gnu/gcc/gcc/cp/
H A Dparser.c14113 if (token->type != CPP_NUMBER || !(token->flags & PURE_ZERO)) in cp_parser_pure_specifier()
H A DChangeLog3593 * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to