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

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c1052 static void c_parser_declaration_or_fndef (c_parser *, bool, bool, bool, bool, tree*);
1278 c_parser_declaration_or_fndef (parser, true, true, false, true, NULL);
1342 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, bool empty_ok,
1553 c_parser_declaration_or_fndef (parser, false, false, true, false, NULL);
3629 c_parser_declaration_or_fndef (parser, true, true, true, true, NULL);
3655 c_parser_declaration_or_fndef (parser, true, true, true, true, NULL);
4275 c_parser_declaration_or_fndef (parser, true, true, true, true, &cond);
4303 c_parser_declaration_or_fndef (parser, true, true, true, true, &cond);
6574 c_parser_declaration_or_fndef (parser, false, true, false, true, NULL);
8029 c_parser_declaration_or_fndef (parse
1340 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, bool empty_ok, function
[all...]

Completed in 79 milliseconds