Home
last modified time | relevance | path

Searched refs:exploc_start (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dline-map.c2342 expanded_location exploc_start in maybe_add_fixit() local
2349 if (exploc_start.file != exploc_next_loc.file) in maybe_add_fixit()
2355 if (exploc_start.line != exploc_next_loc.line) in maybe_add_fixit()
2363 if (exploc_start.column > exploc_next_loc.column) in maybe_add_fixit()
2384 if (exploc_start.column != 1) in maybe_add_fixit()
2428 expanded_location exploc_start in affects_line_p() local
2431 if (file != exploc_start.file) in affects_line_p()
2433 if (line < exploc_start.line) in affects_line_p()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dread-rtl-function.c1630 expanded_location exploc_start = expand_location (start_loc); in read_rtl_function_body_from_file_range() local
1633 if (exploc_start.file != exploc_end.file) in read_rtl_function_body_from_file_range()
1638 if (exploc_start.line >= exploc_end.line) in read_rtl_function_body_from_file_range()
1650 if (!reader.read_file_fragment (exploc_start.file, exploc_start.line, in read_rtl_function_body_from_file_range()