HomeSort by: relevance | last modified time | path
    Searched defs:switch_location (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12055 location_t switch_location;
12060 switch_location = EXPR_LOCATION (cs->switch_stmt);
12061 c_do_switch_warnings (cs->cases, switch_location,
12019 location_t switch_location; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4169 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt);
4175 c_do_switch_warnings (cs->cases, switch_location,
4162 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11213 location_t switch_location;
11218 switch_location = EXPR_LOCATION (cs->switch_stmt);
11219 c_do_switch_warnings (cs->cases, switch_location,
11179 location_t switch_location; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3860 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt);
3866 c_do_switch_warnings (cs->cases, switch_location,
3853 location_t switch_location = cp_expr_loc_or_input_loc (cs->switch_stmt); local

Completed in 162 milliseconds