Searched refs:the_parser (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c355 static GTY (()) c_parser *the_parser;
7219 c_token *tok = c_parser_peek_token (the_parser);
7229 c_parser_consume_token (the_parser);
8487 the_parser = &tparser;
8492 the_parser = GGC_NEW (c_parser);
8493 *the_parser = tparser;
8495 c_parser_translation_unit (the_parser);
8496 the_parser = NULL;
353 static GTY (()) c_parser *the_parser; variable
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c21628 static GTY (()) cp_parser *the_parser;
21770 tok = cp_lexer_peek_token (the_parser->lexer);
21778 *value = cp_parser_string_literal (the_parser, false, false);
21781 cp_lexer_consume_token (the_parser->lexer);
21808 the_parser = cp_parser_new ();
21811 error_occurred = cp_parser_translation_unit (the_parser);
21812 the_parser = NULL;
21624 static GTY (()) cp_parser *the_parser; variable

Completed in 265 milliseconds