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

/freebsd-11-stable/contrib/gcc/
H A Dc-common.c3968 c_do_switch_warnings (splay_tree cases, location_t switch_location,
3981 &switch_location);
4044 &switch_location, TREE_PURPOSE (chain));
3953 c_do_switch_warnings(splay_tree cases, location_t switch_location, tree type, tree cond) argument
H A Dc-typeck.c7694 location_t switch_location;
7705 switch_location = EXPR_LOCATION (cs->switch_expr);
7707 switch_location = input_location;
7708 c_do_switch_warnings (cs->cases, switch_location,
7659 location_t switch_location; local
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c2653 location_t switch_location;
2657 switch_location = EXPR_LOCATION (cs->switch_stmt);
2659 switch_location = input_location;
2661 c_do_switch_warnings (cs->cases, switch_location,
2646 location_t switch_location; local

Completed in 104 milliseconds