HomeSort by: relevance | last modified time | path
    Searched defs:tparser (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 23353 c_parser tparser;
23355 memset (&tparser, 0, sizeof tparser);
23356 tparser.translate_strings_p = true;
23357 tparser.tokens = &tparser.tokens_buf[0];
23358 the_parser = &tparser;
23360 if (c_parser_peek_token (&tparser)->pragma_kind == PRAGMA_GCC_PCH_PREPROCESS)
23361 c_parser_pragma_pch_preprocess (&tparser);
23366 *the_parser = tparser;
23347 c_parser tparser; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 26869 c_parser tparser;
26871 memset (&tparser, 0, sizeof tparser);
26872 tparser.translate_strings_p = true;
26873 tparser.tokens = &tparser.tokens_buf[0];
26874 the_parser = &tparser;
26876 if (c_parser_peek_token (&tparser)->pragma_kind == PRAGMA_GCC_PCH_PREPROCESS)
26877 c_parser_pragma_pch_preprocess (&tparser);
26882 *the_parser = tparser;
26863 c_parser tparser; local
    [all...]

Completed in 127 milliseconds