Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dinput.h44 extern expanded_location expand_location (source_location);
65 #define expand_location(FILELINE) (FILELINE) macro
89 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
90 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
Ddiagnostic.c155 expanded_location s = expand_location (diagnostic->location); in diagnostic_build_prefix()
188 expanded_location s = expand_location (diagnostic->location); in diagnostic_count_diagnostic()
303 expanded_location xloc = expand_location (p->location); in diagnostic_report_current_module()
309 xloc = expand_location (p->location); in diagnostic_report_current_module()
Dcoverage.c511 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in compute_checksum()
535 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_begin_output()
Dc-aux-info.c557 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); in gen_aux_info_record()
Dprint-tree.c434 xloc = expand_location (DECL_SOURCE_LOCATION (node)); in print_node()
872 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
Dtoplev.c906 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (node)); in warn_deprecated_use()
929 = expand_location (DECL_SOURCE_LOCATION (decl)); in warn_deprecated_use()
Dtree-mudflap.c120 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (decl)); in mf_varname_tree()
202 expanded_location xloc = expand_location (location); in mf_file_function_line_tree()
Dtree-dump.c344 xloc = expand_location (DECL_SOURCE_LOCATION (t)); in dequeue_and_dump()
Dprofile.c975 expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in branch_prob()
Dtree-pretty-print.c436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node()
2799 goto_xloc = expand_location (e->goto_locus); in dump_implicit_edges()
Ddwarf2out.c11028 expanded_location s = expand_location (DECL_SOURCE_LOCATION (decl)); in add_src_coords_attributes()
11794 expanded_location s = expand_location (DECL_SOURCE_LOCATION (decl)); in gen_subprogram_die()
12126 expanded_location s = expand_location (DECL_SOURCE_LOCATION (decl)); in gen_variable_die()
12219 expanded_location s = expand_location (BLOCK_SOURCE_LOCATION (stmt)); in add_call_src_coords_attributes()
13510 xloc = expand_location (input_location); in dwarf2out_imported_module_or_decl()
Drtl.h843 (XLOC) = expand_location (NOTE_SOURCE_LOCATION (INSN))
Dtree.c3229 expand_location (source_location loc) in expand_location() function
DChangeLog-200423310 * tree.c (expand_location): Also fill in column field.
27103 (BUILTINS_LOCATION, UNKNOWN_LOCATION, expand_location,
27120 (expand_location): New function.
27125 (warn_deprecated_use): Use expand_location.
27142 rather than a pointer to one. Use expand_location.
27143 (mf_varname_tree): Use expand_location.
27144 * tree-dump.c: Use expand_location on DECL_SOURCE_LOCATION.
27166 * diagnostic.c: Use expand_location macro.
27169 * dwarf2out.c: Likewise. Also use expand_location, DECL_IS_BUILTIN.
/freebsd-12-stable/contrib/gcc/cp/
Derror.c2285 xloc = expand_location (loc); in print_instantiation_partial_context()
DChangeLog-20044182 (print_instantiation_partial_context): Use expand_location.