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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-decl.c3296 location_t switch_loc, location_t case_loc)
3323 inform (switch_loc, "switch starts here");
3334 inform (switch_loc, "switch starts here");
3280 c_check_switch_jump_warnings(struct c_spot_bindings *switch_bindings, location_t switch_loc, location_t case_loc) argument
H A Dc-parser.c4071 location_t switch_loc = c_parser_peek_token (parser)->location;
4087 c_start_case (switch_loc, switch_cond_loc, expr);
4100 add_stmt (c_end_compound_stmt (switch_loc, block, flag_isoc99));
4069 location_t switch_loc = c_parser_peek_token (parser)->location; local
H A Dc-typeck.c8482 c_start_case (location_t switch_loc,
8524 SET_EXPR_LOCATION (cs->switch_expr, switch_loc);
8447 c_start_case(location_t switch_loc, location_t switch_cond_loc, tree exp) argument

Completed in 499 milliseconds