Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h175 #define PURE_ZERO (1 << 7) /* Single 0 digit, used by the C++ frontend, macro
/freebsd-9-stable/contrib/gcc/
Dc-lex.c374 add_flags = PURE_ZERO; in c_lex_with_flags()
DChangeLog-2005421 * c-lex.c (c_lex_with_flags): Add PURE_ZERO to cpp_flags if
/freebsd-9-stable/contrib/gcclibs/libcpp/
DChangeLog152 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
/freebsd-9-stable/contrib/gcc/cp/
Dparser.c14202 if (token->type != CPP_NUMBER || !(token->flags & PURE_ZERO)) in cp_parser_pure_specifier()
DChangeLog3662 * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to