Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c898 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() local
901 next_exploc.line, next_exploc.column); in print_parseable_fixits()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc1032 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() local
1036 = convert_column_unit (column_unit, tabstop, next_exploc); in print_parseable_fixits()
1039 next_exploc.line, next_col); in print_parseable_fixits()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2917 expanded_location next_exploc = expand_location (next->location); in cp_parser_error_1() local
2918 if (next_exploc.file != token_exploc.file) in cp_parser_error_1()
2920 if (next_exploc.line != token_exploc.line) in cp_parser_error_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc3048 expanded_location next_exploc = expand_location (next->location); in cp_parser_error_1() local
3049 if (next_exploc.file != token_exploc.file) in cp_parser_error_1()
3051 if (next_exploc.line != token_exploc.line) in cp_parser_error_1()