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

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c328 static GTY (()) c_parser *the_parser;
6632 c_token *tok = c_parser_peek_token (the_parser);
6642 c_parser_consume_token (the_parser);
7899 the_parser = &tparser;
7904 the_parser = GGC_NEW (c_parser);
7905 *the_parser = tparser;
7907 c_parser_translation_unit (the_parser);
7908 the_parser = NULL;
326 static GTY (()) c_parser *the_parser; variable
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c19336 static GTY (()) cp_parser *the_parser;
19478 tok = cp_lexer_peek_token (the_parser->lexer);
19486 *value = cp_parser_string_literal (the_parser, false, false);
19489 cp_lexer_consume_token (the_parser->lexer);
19516 the_parser = cp_parser_new ();
19519 error_occurred = cp_parser_translation_unit (the_parser);
19520 the_parser = NULL;
19331 static GTY (()) cp_parser *the_parser; variable

Completed in 192 milliseconds