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

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c7896 c_parser tparser;
7898 memset (&tparser, 0, sizeof tparser);
7899 the_parser = &tparser;
7901 if (c_parser_peek_token (&tparser)->pragma_kind == PRAGMA_GCC_PCH_PREPROCESS)
7902 c_parser_pragma_pch_preprocess (&tparser);
7905 *the_parser = tparser;
7890 c_parser tparser; local

Completed in 138 milliseconds