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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 6576 location_t switch_loc = c_parser_peek_token (parser)->location;
6601 c_start_switch (switch_loc, switch_cond_loc, expr, explicit_cast_p);
6609 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc,
6613 add_stmt (c_end_compound_stmt (switch_loc, block, flag_isoc99));
6574 location_t switch_loc = c_parser_peek_token (parser)->location; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 8058 location_t switch_loc = c_parser_peek_token (parser)->location;
8083 c_start_switch (switch_loc, switch_cond_loc, expr, explicit_cast_p);
8091 warn_for_multistatement_macros (loc_after_labels, next_loc, switch_loc,
8095 add_stmt (c_end_compound_stmt (switch_loc, block, flag_isoc99));
8056 location_t switch_loc = c_parser_peek_token (parser)->location; local

Completed in 83 milliseconds