Home
last modified time | relevance | path

Searched refs:case_loc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dedit-context.c1161 location_t case_loc = make_location (case_start, case_start, case_finish); in test_applying_fixits_insert_containing_newline() local
1162 rich_location richloc (line_table, case_loc); in test_applying_fixits_insert_containing_newline()
H A Ddiagnostic-show-locus.c2991 location_t case_loc = make_location (case_start, case_start, case_finish); in test_fixit_insert_containing_newline() local
3000 rich_location richloc (line_table, case_loc); in test_fixit_insert_containing_newline()
3014 rich_location richloc (line_table, case_loc); in test_fixit_insert_containing_newline()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c3339 location_t switch_loc, location_t case_loc) in c_check_switch_jump_warnings() argument
3363 error_at (case_loc, in c_check_switch_jump_warnings()
3368 warning_at (case_loc, OPT_Wjump_misses_init, in c_check_switch_jump_warnings()
3380 error_at (case_loc, "switch jumps into statement expression"); in c_check_switch_jump_warnings()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c3843 location_t switch_loc, location_t case_loc) in c_check_switch_jump_warnings() argument
3867 error_at (case_loc, in c_check_switch_jump_warnings()
3872 warning_at (case_loc, OPT_Wjump_misses_init, in c_check_switch_jump_warnings()
3884 error_at (case_loc, "switch jumps into statement expression"); in c_check_switch_jump_warnings()