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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c6128 c_parser_statement (c_parser *parser, bool *if_p, location_t *loc_after_labels)
6131 if (loc_after_labels)
6132 *loc_after_labels = c_parser_peek_token (parser)->location;
6369 location_t *loc_after_labels)
6373 c_parser_statement (parser, if_p, loc_after_labels);
6638 location_t loc_after_labels;
6640 body = c_parser_c99_block_statement (parser, if_p, &loc_after_labels);
6643 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc,
6699 location_t loc_after_labels;
6701 body = c_parser_c99_block_statement (parser, if_p, &loc_after_labels);
6126 c_parser_statement(c_parser *parser, bool *if_p, location_t *loc_after_labels) argument
6366 c_parser_c99_block_statement(c_parser *parser, bool *if_p, location_t *loc_after_labels) argument
6636 location_t loc_after_labels; local
6697 location_t loc_after_labels; local
7021 location_t loc_after_labels; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc6097 c_parser_statement (c_parser *parser, bool *if_p, location_t *loc_after_labels)
6100 if (loc_after_labels)
6101 *loc_after_labels = c_parser_peek_token (parser)->location;
6340 location_t *loc_after_labels)
6344 c_parser_statement (parser, if_p, loc_after_labels);
6604 location_t loc_after_labels;
6606 body = c_parser_c99_block_statement (parser, if_p, &loc_after_labels);
6609 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc,
6656 location_t loc_after_labels;
6658 body = c_parser_c99_block_statement (parser, if_p, &loc_after_labels);
6095 c_parser_statement(c_parser *parser, bool *if_p, location_t *loc_after_labels) argument
6337 c_parser_c99_block_statement(c_parser *parser, bool *if_p, location_t *loc_after_labels) argument
6602 location_t loc_after_labels; local
6654 location_t loc_after_labels; local
6977 location_t loc_after_labels; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c11318 location_t *loc_after_labels)
11504 if (loc_after_labels != NULL)
11505 *loc_after_labels = statement_location;
13284 location_t loc_after_labels = UNKNOWN_LOCATION;
13287 &loc_after_labels);
13292 if (loc_after_labels != UNKNOWN_LOCATION
13294 warn_for_multistatement_macros (loc_after_labels, next_tinfo.location,
11314 cp_parser_statement(cp_parser* parser, tree in_statement_expr, bool in_compound, bool *if_p, vec<tree> *chain, location_t *loc_after_labels) argument
13282 location_t loc_after_labels = UNKNOWN_LOCATION; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc12193 location_t *loc_after_labels)
12500 if (loc_after_labels != NULL)
12501 *loc_after_labels = statement_location;
14461 location_t loc_after_labels = UNKNOWN_LOCATION;
14464 &loc_after_labels);
14469 if (loc_after_labels != UNKNOWN_LOCATION
14471 warn_for_multistatement_macros (loc_after_labels, next_tinfo.location,
[all...]

Completed in 306 milliseconds