Home
last modified time | relevance | path

Searched refs:expand_location (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinput.h62 extern expanded_location expand_location (location_t);
168 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
169 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
170 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column)
Dgcc-rich-location.cc80 expanded_location exploc = expand_location (loc); in blank_line_before_p()
118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
Dgdbinit.in253 output expand_location ($debug_arg)
258 GCC hook: expand_location (location_t)
318 macro define input_line expand_location(input_location).line
319 macro define input_filename expand_location(input_location).file
Dprint-tree.cc502 xloc = expand_location (DECL_SOURCE_LOCATION (node)); in print_node()
1018 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
1026 xloc = expand_location (r.m_start); in print_node()
1035 xloc = expand_location (r.m_finish); in print_node()
1063 = expand_location (DECL_SOURCE_LOCATION (decl)); in print_decl_identifier()
Dcoverage.cc537 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_compute_lineno_checksum()
564 = expand_location (DECL_SOURCE_LOCATION (n->decl)); in coverage_compute_profile_id()
630 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_begin_function()
654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
Dedit-context.cc296 expanded_location start = expand_location (hint->get_start_loc ()); in apply_fixit()
297 expanded_location next_loc = expand_location (hint->get_next_loc ()); in apply_fixit()
1451 expanded_location exploc = expand_location (loc); in change_line()
1477 expanded_location exploc = expand_location (loc); in insert_line()
Ddiagnostic-format-json.cc49 expanded_location exploc = expand_location (loc); in json_from_expanded_location()
Ddiagnostic-show-locus.cc1424 expanded_location exploc = expand_location (loc); in get_expanded_location()
2227 expanded_location exploc_start = expand_location (hint->get_start_loc ()); in get_affected_range()
2228 expanded_location exploc_finish = expand_location (hint->get_next_loc ()); in get_affected_range()
2255 expanded_location exploc = expand_location (hint->get_start_loc ()); in get_printed_columns()
2266 exploc = expand_location (hint->get_next_loc ()); in get_printed_columns()
2982 location_compute_display_column (expand_location (line_end), in test_layout_x_offset_display_utf8()
3136 location_compute_display_column (expand_location (line_end), in test_layout_x_offset_display_tab()
4361 ASSERT_EQ (25, location_compute_display_column (expand_location (line_end), in test_diagnostic_show_locus_one_liner_utf8()
Doptinfo-emit-json.cc196 expanded_location exploc = expand_location (loc); in location_to_json()
Ddiagnostic.cc1027 expanded_location start_exploc = expand_location (start_loc); in print_parseable_fixits()
1032 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits()
1361 = expand_location (diagnostic_location (diagnostic)); in diagnostic_report_diagnostic()
Dtoplev.cc911 loc = expand_location (location); in dump_final_callee_vcg()
936 expanded_location loc = expand_location (cda->location); in dump_final_node_vcg()
Dprofile.cc1463 expanded_location curr_location = expand_location (loc); in branch_prob()
1490 expanded_location curr_location = expand_location (loc); in branch_prob()
Dlanghooks.cc442 expanded_location s = expand_location (*locus); in lhd_print_error_function()
Dtree-dump.cc350 xloc = expand_location (DECL_SOURCE_LOCATION (t)); in dequeue_and_dump()
Dread-rtl-function.cc1650 expanded_location exploc_start = expand_location (start_loc); in read_rtl_function_body_from_file_range()
1651 expanded_location exploc_end = expand_location (end_loc); in read_rtl_function_body_from_file_range()
Dfinal.cc2647 loc = expand_location (ASM_INPUT_SOURCE_LOCATION (body)); in final_scan_insn_1()
2677 expanded = expand_location (loc); in final_scan_insn_1()
3022 expanded_location xloc = expand_location (loc); in notice_source_line()
Dasan.cc1831 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in asan_emit_stack_protection()
1847 = expand_location (DECL_SOURCE_LOCATION (decl)); in asan_emit_stack_protection()
3330 expanded_location xloc = expand_location (loc); in asan_add_global()
Dtree-switch-conversion.cc2453 expanded_location loc = expand_location (gimple_location (stmt)); in execute()
2568 expanded_location loc = expand_location (gimple_location (stmt)); in execute()
Dubsan.cc298 xloc = expand_location (loc); in ubsan_source_location()
1809 expanded_location xloc = expand_location (loc); in ubsan_use_new_style_p()
Dtree-ssa-live.cc679 expanded_location s = expand_location (BLOCK_SOURCE_LOCATION (scope)); in dump_scope_block()
Dinput.cc320 expanded_location xloc = expand_location (l); in total_lines_num()
953 expand_location (location_t loc) in expand_location() function
Dprint-rtl.cc292 = expand_location (NOTE_MARKER_LOCATION (in_rtx)); in print_rtx_operand_code_0()
Dipa-devirt.cc1017 expanded_location xloc1 = expand_location (loc_t1); in warn_types_mismatch()
1018 expanded_location xloc2 = expand_location (loc_t2); in warn_types_mismatch()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dptree.cc380 expanded_location xloc = expand_location (loc); in cxx_print_xnode()
412 auto xloc = expand_location (DECL_SOURCE_LOCATION (decl)); in debug_overload()
Derror.cc3577 expanded_location s = expand_location (*locus); in cp_print_error_function()
3680 expanded_location xloc = expand_location (loc); in print_instantiation_partial_context_line()
3758 xloc = expand_location (loc); in print_instantiation_partial_context()
3817 expanded_location xloc = expand_location (EXPR_LOCATION (t)); in maybe_print_constexpr_context()
3835 expanded_location xloc = expand_location (loc); in print_location()

12