Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Ddiagnostic.c303 expanded_location xloc = expand_location (p->location); in diagnostic_report_current_module() local
306 xloc.file, xloc.line); in diagnostic_report_current_module()
309 xloc = expand_location (p->location); in diagnostic_report_current_module()
312 xloc.file, xloc.line); in diagnostic_report_current_module()
Dtree-mudflap.c120 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (decl)); in mf_varname_tree() local
122 unsigned sourceline = xloc.line; in mf_varname_tree()
125 sourcecolumn = xloc.column; in mf_varname_tree()
127 sourcefile = xloc.file; in mf_varname_tree()
202 expanded_location xloc = expand_location (location); in mf_file_function_line_tree() local
209 file = xloc.file; in mf_file_function_line_tree()
215 if (xloc.line > 0) in mf_file_function_line_tree()
218 if (xloc.column > 0) in mf_file_function_line_tree()
219 sprintf (linecolbuf, "%d:%d", xloc.line, xloc.column); in mf_file_function_line_tree()
222 sprintf (linecolbuf, "%d", xloc.line); in mf_file_function_line_tree()
Dmodulo-sched.c839 expanded_location xloc; in loop_canon_p() local
840 NOTE_EXPANDED_LOCATION (xloc, line_note); in loop_canon_p()
842 xloc.file, xloc.line); in loop_canon_p()
857 expanded_location xloc; in loop_canon_p() local
858 NOTE_EXPANDED_LOCATION (xloc, line_note); in loop_canon_p()
860 xloc.file, xloc.line); in loop_canon_p()
993 expanded_location xloc; in sms_schedule() local
994 NOTE_EXPANDED_LOCATION (xloc, line_note); in sms_schedule()
996 xloc.file, xloc.line); in sms_schedule()
1091 expanded_location xloc; in sms_schedule() local
[all …]
Dprint-tree.c179 expanded_location xloc; in print_node() local
434 xloc = expand_location (DECL_SOURCE_LOCATION (node)); in print_node()
435 fprintf (file, " file %s line %d", xloc.file, xloc.line); in print_node()
872 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node() local
874 fprintf (file, "%s:%d", xloc.file, xloc.line); in print_node()
Dtoplev.c906 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (node)); in warn_deprecated_use() local
910 xloc.file, xloc.line); in warn_deprecated_use()
928 expanded_location xloc in warn_deprecated_use() local
933 xloc.file, xloc.line); in warn_deprecated_use()
937 xloc.file, xloc.line); in warn_deprecated_use()
Dcoverage.c510 expanded_location xloc in compute_checksum() local
512 unsigned chksum = xloc.line; in compute_checksum()
514 chksum = coverage_checksum_string (chksum, xloc.file); in compute_checksum()
534 expanded_location xloc in coverage_begin_output() local
557 gcov_write_string (xloc.file); in coverage_begin_output()
558 gcov_write_unsigned (xloc.line); in coverage_begin_output()
Dc-aux-info.c557 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); in gen_aux_info_record() local
573 xloc.file, xloc.line, in gen_aux_info_record()
Dtree-dump.c331 expanded_location xloc; in dequeue_and_dump() local
344 xloc = expand_location (DECL_SOURCE_LOCATION (t)); in dequeue_and_dump()
345 if (xloc.file) in dequeue_and_dump()
347 const char *filename = strrchr (xloc.file, '/'); in dequeue_and_dump()
349 filename = xloc.file; in dequeue_and_dump()
356 xloc.line); in dequeue_and_dump()
Dsched-vis.c682 expanded_location xloc; in print_insn() local
683 NOTE_EXPANDED_LOCATION (xloc, x); in print_insn()
685 xloc.file, xloc.line); in print_insn()
Dcfglayout.c276 expanded_location xloc; in insn_locators_initialize() local
277 NOTE_EXPANDED_LOCATION (xloc, insn); in insn_locators_initialize()
278 line_number = xloc.line; in insn_locators_initialize()
279 file_name = xloc.file; in insn_locators_initialize()
Dsched-rgn.c2589 expanded_location xloc; in debug_dependencies() local
2590 NOTE_EXPANDED_LOCATION (xloc, insn); in debug_dependencies()
2592 xloc.line, xloc.file); in debug_dependencies()
Dtree-pretty-print.c436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node() local
438 if (xloc.file) in dump_generic_node()
440 pp_string (buffer, xloc.file); in dump_generic_node()
443 pp_decimal_int (buffer, xloc.line); in dump_generic_node()
Dtree.c3231 expanded_location xloc; in expand_location() local
3232 if (loc == 0) { xloc.file = NULL; xloc.line = 0; xloc.column = 0; } in expand_location()
3236 xloc.file = map->to_file; in expand_location()
3237 xloc.line = SOURCE_LINE (map, loc); in expand_location()
3238 xloc.column = SOURCE_COLUMN (map, loc); in expand_location()
3240 return xloc; in expand_location()
Dcse.c2748 validate_canon_reg (rtx *xloc, rtx insn) in validate_canon_reg() argument
2750 rtx new = canon_reg (*xloc, insn); in validate_canon_reg()
2755 validate_change (insn, xloc, new, 1); in validate_canon_reg()
2757 *xloc = new; in validate_canon_reg()
Ddwarf2out.c13442 expanded_location xloc; in dwarf2out_imported_module_or_decl() local
13510 xloc = expand_location (input_location); in dwarf2out_imported_module_or_decl()
13511 add_AT_file (imported_die, DW_AT_decl_file, lookup_filename (xloc.file)); in dwarf2out_imported_module_or_decl()
13512 add_AT_unsigned (imported_die, DW_AT_decl_line, xloc.line); in dwarf2out_imported_module_or_decl()
/freebsd-10-stable/contrib/gcc/cp/
Derror.c2282 expanded_location xloc; in print_instantiation_partial_context() local
2285 xloc = expand_location (loc); in print_instantiation_partial_context()
2289 xloc.file, xloc.line, in print_instantiation_partial_context()
2295 xloc.file, xloc.line); in print_instantiation_partial_context()
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c2137 mips_legitimize_address (rtx *xloc, enum machine_mode mode) in mips_legitimize_address() argument
2141 if (mips_tls_operand_p (*xloc)) in mips_legitimize_address()
2143 *xloc = mips_legitimize_tls_address (*xloc); in mips_legitimize_address()
2148 if (mips_symbolic_constant_p (*xloc, &symbol_type) in mips_legitimize_address()
2152 *xloc = mips_split_symbol (0, *xloc); in mips_legitimize_address()
2156 if (GET_CODE (*xloc) == PLUS && GET_CODE (XEXP (*xloc, 1)) == CONST_INT) in mips_legitimize_address()
2161 reg = XEXP (*xloc, 0); in mips_legitimize_address()
2164 *xloc = mips_add_offset (0, reg, INTVAL (XEXP (*xloc, 1))); in mips_legitimize_address()