Searched refs:PURE_ZERO (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c437 Set PURE_ZERO to pass this information to the C++ parser. */
439 add_flags = PURE_ZERO;
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h188 #define PURE_ZERO (1 << 7) /* Single 0 digit, used by the C++ frontend, macro
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c21245 /* c_lex_with_flags marks a single digit '0' with PURE_ZERO. */
21246 if (token->type != CPP_NUMBER || !(token->flags & PURE_ZERO))

Completed in 228 milliseconds