Searched refs:maybe_line_and_column (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic.c | 360 maybe_line_and_column (int line, int col) in maybe_line_and_column() function 389 const char *line_col = maybe_line_and_column (line, col); in diagnostic_get_location_text() 658 = maybe_line_and_column (SOURCE_LINE (map, where), in diagnostic_report_current_module() 2077 maybe_line_and_column (INT_MAX, INT_MAX); in test_diagnostic_get_location_text() 2078 maybe_line_and_column (INT_MIN, INT_MIN); in test_diagnostic_get_location_text()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic.cc | 435 maybe_line_and_column (int line, int col) in maybe_line_and_column() function 471 const char *line_col = maybe_line_and_column (line, col); in diagnostic_get_location_text() 779 const char *line_col = maybe_line_and_column (s.line, col); in diagnostic_report_current_module() 2408 maybe_line_and_column (INT_MAX, INT_MAX); in test_diagnostic_get_location_text() 2409 maybe_line_and_column (INT_MIN, INT_MIN); in test_diagnostic_get_location_text()
|
H A D | ChangeLog-2020 | 17487 (maybe_line_and_column): Be willing to output a column of 0.
|
H A D | ChangeLog-2017 | 7097 * diagnostic.c (maybe_line_and_column): New.
|