Searched refs:notice_source_line (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | final.cc | 209 static bool notice_source_line (rtx_insn *, bool *); 2410 && notice_source_line (insn, NULL)) in final_scan_insn_1() 2423 && notice_source_line (insn, NULL)) in final_scan_insn_1() 2617 && notice_source_line (insn, is_stmt_p)) in final_scan_insn_1() 3014 notice_source_line (rtx_insn *insn, bool *is_stmt) in notice_source_line() function
|
H A D | ChangeLog-2018 | 3292 (notice_source_line): Adjust. Always set discriminator. 9189 * final.c (notice_source_line): Remove special-casing of 14340 (notice_source_line): Set discriminator. 29755 (final_scan_insn, notice_source_line): Likewise.
|
H A D | ChangeLog-2009 | 18883 (notice_source_line): Add is_stmt parameter. 20351 (notice_source_line): Check for discriminator change.
|
H A D | ChangeLog-2001 | 17159 debug hooks, update to use notice_source_line. 17160 (output_source_line): Rename notice_source_line. Don't call the
|
H A D | ChangeLog-2017 | 3150 (notice_source_line): Handle nonbind markers. Fail if their 37436 (notice_source_line): Compute last_columnnum and for debug_column_info
|
H A D | ChangeLog-2014 | 26687 (notice_source_line): Strengthen param "insn" from rtx to 35560 * final.c (notice_source_line): Check that the instruction has a
|
H A D | ChangeLog-2021 | 35093 * final.c (notice_source_line): Narrow down the condition to
|
H A D | ChangeLog-2007 | 5502 (notice_source_line): Honor override_filename and override_linenum.
|
H A D | ChangeLog-2005 | 4636 (notice_source_line): Return true if force_source_line is true,
|
H A D | ChangeLog-2003 | 20089 * final.c (notice_source_line): Use locators.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | final.c | 219 static bool notice_source_line (rtx_insn *, bool *); 2420 && notice_source_line (insn, NULL)) in final_scan_insn_1() 2433 && notice_source_line (insn, NULL)) in final_scan_insn_1() 2642 && notice_source_line (insn, is_stmt_p)) in final_scan_insn_1() 3226 notice_source_line (rtx_insn *insn, bool *is_stmt) in notice_source_line() function
|