Home
last modified time | relevance | path

Searched refs:cpp_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc501 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags() argument
745 if (cpp_flags) in c_lex_with_flags()
746 *cpp_flags = tok->flags | add_flags; in c_lex_with_flags()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c448 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags() argument
685 if (cpp_flags) in c_lex_with_flags()
686 *cpp_flags = tok->flags | add_flags; in c_lex_with_flags()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2005421 * c-lex.c (c_lex_with_flags): Add PURE_ZERO to cpp_flags if