HomeSort by: relevance | last modified time | path
    Searched refs:cpp_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 499 applicable. Fill *CPP_FLAGS with the token's flags, if it is
503 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags,
747 if (cpp_flags)
748 *cpp_flags = tok->flags | add_flags;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 560 applicable. Fill *CPP_FLAGS with the token's flags, if it is
564 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags,
812 if (cpp_flags)
813 *cpp_flags = tok->flags | add_flags;
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 1855 unsigned char cpp_flags;
1856 c_lex_with_flags (&value, &loc, &cpp_flags, 0);
1853 unsigned char cpp_flags; local

Completed in 30 milliseconds