/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lex.c | 430 filename = lbasename (LOCATION_FILE (input_location)); in handle_pragma_interface() 434 finfo = get_fileinfo (LOCATION_FILE (input_location)); in handle_pragma_interface() 441 main_input_filename = LOCATION_FILE (input_location); in handle_pragma_interface() 475 filename = LOCATION_FILE (input_location); in handle_pragma_implementation() 889 get_fileinfo (LOCATION_FILE (input_location)); in cxx_make_type() 926 LOCATION_FILE (tl->locus)) == 0; in in_main_input_context() 928 return filename_cmp (main_input_filename, LOCATION_FILE (input_location)) == 0; in in_main_input_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lex.cc | 630 filename = lbasename (LOCATION_FILE (input_location)); in handle_pragma_interface() 634 finfo = get_fileinfo (LOCATION_FILE (input_location)); in handle_pragma_interface() 641 main_input_filename = LOCATION_FILE (input_location); in handle_pragma_interface() 675 filename = LOCATION_FILE (input_location); in handle_pragma_implementation() 1094 get_fileinfo (LOCATION_FILE (input_location)); in cxx_make_type() 1131 LOCATION_FILE (tl->locus)) == 0; in in_main_input_context() 1133 return filename_cmp (main_input_filename, LOCATION_FILE (input_location)) == 0; in in_main_input_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-diagnostic.c | 40 lang_hooks.print_error_function (context, LOCATION_FILE (input_location), in diagnostic_report_current_function()
|
H A D | input.h | 98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) macro
|
H A D | omp-offload.c | 880 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc)); in dump_oacc_loop() 1311 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc), in oacc_loop_fixed_partitions() 1434 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc), in oacc_loop_auto_partitions()
|
H A D | profile.c | 1146 && (LOCATION_FILE (e->goto_locus) in branch_prob() 1147 != LOCATION_FILE (gimple_location (last)) in branch_prob()
|
H A D | diagnostic-show-locus.c | 1208 if (LOCATION_FILE (hint->get_start_loc ()) != m_exploc.file) in validate_fixit_hint_p() 1210 if (LOCATION_FILE (hint->get_next_loc ()) != m_exploc.file) in validate_fixit_hint_p() 2667 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_layout_x_offset_display_utf8() 3358 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_diagnostic_show_locus_one_liner() 3882 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_diagnostic_show_locus_one_liner_utf8()
|
H A D | tree-diagnostic-path.cc | 164 if (exploc.file != LOCATION_FILE (dc->last_location)) in print()
|
H A D | print-rtl.c | 431 LOCATION_FILE (ASM_OPERANDS_SOURCE_LOCATION (in_rtx)), in print_rtx_operand_code_i() 440 LOCATION_FILE (ASM_INPUT_SOURCE_LOCATION (in_rtx)), in print_rtx_operand_code_i()
|
H A D | tree-profile.c | 746 const char *file = LOCATION_FILE (DECL_SOURCE_LOCATION (node->decl)); in tree_profiling()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-log.c | 232 LOCATION_FILE (loc), LOCATION_LINE (loc)); in avr_log_vadump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-log.cc | 232 LOCATION_FILE (loc), LOCATION_LINE (loc)); in avr_log_vadump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.h | 168 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) macro
|
H A D | tree-diagnostic.cc | 41 lang_hooks.print_error_function (context, LOCATION_FILE (loc), diagnostic); in diagnostic_report_current_function()
|
H A D | tree-diagnostic-path.cc | 158 if (exploc.file != LOCATION_FILE (dc->last_location)) in print()
|
H A D | profile.cc | 1234 && (LOCATION_FILE (e->goto_locus) in branch_prob() 1235 != LOCATION_FILE (gimple_location (last)) in branch_prob()
|
H A D | omp-offload.cc | 1135 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc)); in dump_oacc_loop() 1584 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc), in oacc_loop_fixed_partitions() 1707 LOCATION_FILE (loop->loc), LOCATION_LINE (loop->loc), in oacc_loop_auto_partitions()
|
H A D | diagnostic-show-locus.cc | 1440 if (LOCATION_FILE (hint->get_start_loc ()) != m_exploc.file) in validate_fixit_hint_p() 1442 if (LOCATION_FILE (hint->get_next_loc ()) != m_exploc.file) in validate_fixit_hint_p() 2973 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_layout_x_offset_display_utf8() 3772 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_diagnostic_show_locus_one_liner() 4354 ASSERT_STREQ (tmp.get_filename (), LOCATION_FILE (line_end)); in test_diagnostic_show_locus_one_liner_utf8()
|
H A D | print-rtl.cc | 464 LOCATION_FILE (ASM_OPERANDS_SOURCE_LOCATION (in_rtx)), in print_rtx_operand_code_i() 473 LOCATION_FILE (ASM_INPUT_SOURCE_LOCATION (in_rtx)), in print_rtx_operand_code_i()
|
H A D | tree-profile.cc | 755 const char *file = LOCATION_FILE (DECL_SOURCE_LOCATION (node->decl)); in tree_profiling()
|
H A D | tree-call-cdce.cc | 1023 LOCATION_FILE (loc), LOCATION_LINE (loc)); in shrink_wrap_one_built_in_call_with_conds()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 179 if (macro->count && LOCATION_FILE (macro->line) == macro_source_file) in count_ada_macro() 198 && LOCATION_FILE (macro->line) == macro_source_file) in store_ada_macro() 718 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 728 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 808 && LOCATION_FILE (comments->entries[j].sloc) != source_file) in dump_ada_nodes() 1873 if (LOCATION_FILE (decl_sloc (result, false)) in dump_ada_template() 1874 != LOCATION_FILE (decl_sloc (t, false))) in dump_ada_template()
|
H A D | c-ppoutput.c | 344 const char *src_file = LOCATION_FILE (src_loc); in maybe_print_line_1() 401 const char *file_path = LOCATION_FILE (src_loc); in print_line_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 179 if (macro->count && LOCATION_FILE (macro->line) == macro_source_file) in count_ada_macro() 198 && LOCATION_FILE (macro->line) == macro_source_file) in store_ada_macro() 718 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 728 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 808 && LOCATION_FILE (comments->entries[j].sloc) != source_file) in dump_ada_nodes() 1877 if (LOCATION_FILE (decl_sloc (result, false)) in dump_ada_template() 1878 != LOCATION_FILE (decl_sloc (t, false))) in dump_ada_template()
|
H A D | c-ppoutput.cc | 441 const char *src_file = LOCATION_FILE (src_loc); in maybe_print_line_1() 499 const char *file_path = LOCATION_FILE (src_loc); in print_line_1()
|