Home
last modified time | relevance | path

Searched refs:xloc (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dptree.cc380 expanded_location xloc = expand_location (loc); in cxx_print_xnode() local
382 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); in cxx_print_xnode()
412 auto xloc = expand_location (DECL_SOURCE_LOCATION (decl)); in debug_overload() local
420 xloc.file, xloc.line, xloc.column, fullname); in debug_overload()
Derror.cc3680 expanded_location xloc = expand_location (loc); in print_instantiation_partial_context_line() local
3684 "locus", xloc.file, xloc.line, xloc.column); in print_instantiation_partial_context_line()
3687 "locus", xloc.file, xloc.line); in print_instantiation_partial_context_line()
3757 expanded_location xloc; in print_instantiation_partial_context() local
3758 xloc = expand_location (loc); in print_instantiation_partial_context()
3764 "locus", xloc.file, xloc.line, xloc.column, skip); in print_instantiation_partial_context()
3770 "locus", xloc.file, xloc.line, skip); in print_instantiation_partial_context()
3817 expanded_location xloc = expand_location (EXPR_LOCATION (t)); in maybe_print_constexpr_context() local
3822 "locus", xloc.file, xloc.line, xloc.column, s); in maybe_print_constexpr_context()
3826 "locus", xloc.file, xloc.line, s); in maybe_print_constexpr_context()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-tree.cc229 expanded_location xloc; in print_node() local
502 xloc = expand_location (DECL_SOURCE_LOCATION (node)); in print_node()
503 fprintf (file, " %s:%d:%d", xloc.file, xloc.line, in print_node()
504 xloc.column); in print_node()
1018 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node() local
1020 fprintf (file, "%s:%d:%d", xloc.file, xloc.line, xloc.column); in print_node()
1026 xloc = expand_location (r.m_start); in print_node()
1027 fprintf (file, " start: %s:%d:%d", xloc.file, xloc.line, xloc.column); in print_node()
1035 xloc = expand_location (r.m_finish); in print_node()
1036 fprintf (file, " finish: %s:%d:%d", xloc.file, xloc.line, xloc.column); in print_node()
Dtree-dump.cc336 expanded_location xloc; in dequeue_and_dump() local
350 xloc = expand_location (DECL_SOURCE_LOCATION (t)); in dequeue_and_dump()
351 if (xloc.file) in dequeue_and_dump()
353 const char *filename = lbasename (xloc.file); in dequeue_and_dump()
357 xloc.line); in dequeue_and_dump()
Dcoverage.cc536 expanded_location xloc in coverage_compute_lineno_checksum() local
538 unsigned chksum = xloc.line; in coverage_compute_lineno_checksum()
540 if (xloc.file) in coverage_compute_lineno_checksum()
541 chksum = coverage_checksum_string (chksum, xloc.file); in coverage_compute_lineno_checksum()
563 expanded_location xloc in coverage_compute_profile_id() local
567 chksum = (use_name_only ? 0 : xloc.line); in coverage_compute_profile_id()
568 if (xloc.file) in coverage_compute_profile_id()
569 chksum = coverage_checksum_string (chksum, xloc.file); in coverage_compute_profile_id()
Dlto-streamer-out.cc196 expanded_location xloc = expand_location (loc); in lto_output_location_1() local
200 if (xloc.file == NULL) in lto_output_location_1()
202 if (xloc.line == 0) in lto_output_location_1()
204 if (xloc.column == 0) in lto_output_location_1()
215 + (ob->current_file != xloc.file)); in lto_output_location_1()
217 bp_pack_value (bp, ob->current_line != xloc.line, 1); in lto_output_location_1()
218 bp_pack_value (bp, ob->current_col != xloc.column, 1); in lto_output_location_1()
220 if (ob->current_file != xloc.file) in lto_output_location_1()
223 const char *remapped = remap_debug_filename (xloc.file); in lto_output_location_1()
233 bp_pack_value (bp, xloc.sysp, 1); in lto_output_location_1()
[all …]
Dubsan.cc295 expanded_location xloc; in ubsan_source_location() local
298 xloc = expand_location (loc); in ubsan_source_location()
300 if (xloc.file == NULL) in ubsan_source_location()
303 xloc.line = 0; in ubsan_source_location()
304 xloc.column = 0; in ubsan_source_location()
309 const char *file = remap_debug_filename (xloc.file); in ubsan_source_location()
319 xloc.line), NULL_TREE, in ubsan_source_location()
321 xloc.column)); in ubsan_source_location()
1809 expanded_location xloc = expand_location (loc); in ubsan_use_new_style_p() local
1810 if (xloc.file == NULL || startswith (xloc.file, "\1") in ubsan_use_new_style_p()
[all …]
Dinput.cc215 expanded_location xloc; in expand_location_1() local
226 memset (&xloc, 0, sizeof (xloc)); in expand_location_1()
273 xloc = linemap_expand_location (line_table, map, loc); in expand_location_1()
276 xloc.data = block; in expand_location_1()
278 xloc.file = loc == UNKNOWN_LOCATION ? NULL : _("<built-in>"); in expand_location_1()
280 return xloc; in expand_location_1()
320 expanded_location xloc = expand_location (l); in total_lines_num() local
321 r = xloc.line; in total_lines_num()
1008 location_t xloc = linemap_resolve_location (line_table, location, in expansion_point_location_if_in_system_header() local
1011 return in_system_header_at (xloc) ? location : xloc; in expansion_point_location_if_in_system_header()
Dprint-rtl.cc291 expanded_location xloc in print_rtx_operand_code_0() local
293 fprintf (m_outfile, " %s:%i", xloc.file, xloc.line); in print_rtx_operand_code_0()
453 expanded_location xloc = insn_location (in_insn); in print_rtx_operand_code_i() local
454 fprintf (m_outfile, " \"%s\":%i:%i", xloc.file, xloc.line, in print_rtx_operand_code_i()
455 xloc.column); in print_rtx_operand_code_i()
Ddiagnostic.cc2378 expanded_location xloc; in assert_location_text() local
2379 xloc.file = filename; in assert_location_text()
2380 xloc.line = line; in assert_location_text()
2381 xloc.column = column; in assert_location_text()
2382 xloc.data = NULL; in assert_location_text()
2383 xloc.sysp = false; in assert_location_text()
2385 char *actual_loc_text = diagnostic_get_location_text (&dc, xloc); in assert_location_text()
Dfinal.cc3022 expanded_location xloc = expand_location (loc); in notice_source_line() local
3023 if (xloc.line == 0 in notice_source_line()
3028 filename = xloc.file; in notice_source_line()
3029 linenum = xloc.line; in notice_source_line()
3030 columnnum = xloc.column; in notice_source_line()
3043 expanded_location xloc = insn_location (insn); in notice_source_line() local
3044 filename = xloc.file; in notice_source_line()
3045 linenum = xloc.line; in notice_source_line()
3046 columnnum = xloc.column; in notice_source_line()
Dasan.cc1846 expanded_location xloc in asan_emit_stack_protection() local
1850 if (xloc.file == cfun_xloc.file) in asan_emit_stack_protection()
1851 sprintf (location, ":%d", xloc.line); in asan_emit_stack_protection()
3330 expanded_location xloc = expand_location (loc); in asan_add_global() local
3331 if (xloc.file != NULL) in asan_add_global()
3343 pp_string (&filename_pp, xloc.file); in asan_add_global()
3348 xloc.line), NULL_TREE, in asan_add_global()
3350 xloc.column)); in asan_add_global()
Dtree-pretty-print.cc1409 expanded_location xloc = expand_location (loc); in dump_location() local
1412 if (xloc.file) in dump_location()
1414 pp_string (pp, xloc.file); in dump_location()
1417 pp_decimal_int (pp, xloc.line); in dump_location()
1419 pp_decimal_int (pp, xloc.column); in dump_location()
Dmodulo-sched.cc1250 expanded_location xloc = insn_location (insn); in dump_insn_location() local
1251 fprintf (dump_file, " %s:%i", xloc.file, xloc.line); in dump_insn_location()
Dcse.cc2796 validate_canon_reg (rtx *xloc, rtx_insn *insn) in validate_canon_reg() argument
2798 if (*xloc) in validate_canon_reg()
2800 rtx new_rtx = canon_reg (*xloc, insn); in validate_canon_reg()
2805 validate_change (insn, xloc, new_rtx, 1); in validate_canon_reg()
Ddwarf2out.cc27307 expanded_location xloc; in dwarf2out_imported_module_or_decl_1() local
27313 xloc = expand_location (DECL_SOURCE_LOCATION (decl)); in dwarf2out_imported_module_or_decl_1()
27318 xloc = expand_location (input_location); in dwarf2out_imported_module_or_decl_1()
27383 add_AT_file (imported_die, DW_AT_decl_file, lookup_filename (xloc.file)); in dwarf2out_imported_module_or_decl_1()
27384 add_AT_unsigned (imported_die, DW_AT_decl_line, xloc.line); in dwarf2out_imported_module_or_decl_1()
27385 if (debug_column_info && xloc.column) in dwarf2out_imported_module_or_decl_1()
27386 add_AT_unsigned (imported_die, DW_AT_decl_column, xloc.column); in dwarf2out_imported_module_or_decl_1()
Dgimplify.cc16650 location_t xloc in gimplify_va_arg_expr() local
16657 warned = warning_at (xloc, 0, in gimplify_va_arg_expr()
16663 inform (xloc, "(so you should pass %qT not %qT to %<va_arg%>)", in gimplify_va_arg_expr()
16670 inform (xloc, "if this code is reached, the program will abort"); in gimplify_va_arg_expr()
DChangeLog-20169947 xloc.file in quotes. Don't print INSN_CODEs in compact mode.
17685 calculate checksum for fns w/o xloc.file.
DChangeLog-202013575 (lto_output_location_1): Encode the ob->current_file != xloc.file
13890 current_{file,line,col} is different from xloc members.
DChangeLog-200813456 (expand_location): Initialize xloc.sysp.
DChangeLog-201443937 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
/netbsd/src/sys/dev/dec/
Dvsxxxvar.h45 u_int8_t xloc[2];
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc1791 expanded_location xloc; in linemap_expand_location() local
1793 memset (&xloc, 0, sizeof (xloc)); in linemap_expand_location()
1796 xloc.data = get_data_from_adhoc_loc (set, loc); in linemap_expand_location()
1820 xloc.file = LINEMAP_FILE (ord_map); in linemap_expand_location()
1821 xloc.line = SOURCE_LINE (ord_map, loc); in linemap_expand_location()
1822 xloc.column = SOURCE_COLUMN (ord_map, loc); in linemap_expand_location()
1823 xloc.sysp = LINEMAP_SYSP (ord_map) != 0; in linemap_expand_location()
1826 return xloc; in linemap_expand_location()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.c839 explicit_location_spec *xloc in string_to_location_spec() local
841 match_type = xloc->func_name_match_type; in string_to_location_spec()