Home | History | Annotate | Download | only in gcc

Lines Matching refs:start_loc

399    seen at START_LOC.
405 function_reader::handle_unknown_directive (file_location start_loc,
409 fatal_at (start_loc, "expected 'function'");
783 name NAME, seen at START_LOC, by calling read_rtx_code, calling
789 function_reader::parse_insn (file_location start_loc, const char *name)
793 fatal_at (start_loc, "expected insn type; got '%s'", name);
796 fatal_at (start_loc, "expected insn type; got '%s'", name);
1643 /* Run the RTL dump parser on the range of lines between START_LOC and
1647 read_rtl_function_body_from_file_range (location_t start_loc,
1650 expanded_location exploc_start = expand_location (start_loc);