Searched refs:expand_location (Results 1 – 16 of 16) sorted by relevance
44 extern expanded_location expand_location (source_location);65 #define expand_location(FILELINE) (FILELINE) macro89 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)90 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
155 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()
511 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in compute_checksum()535 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_begin_output()
557 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl)); in gen_aux_info_record()
434 xloc = expand_location (DECL_SOURCE_LOCATION (node)); in print_node()872 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in print_node()
906 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (node)); in warn_deprecated_use()929 = expand_location (DECL_SOURCE_LOCATION (decl)); in warn_deprecated_use()
120 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()
344 xloc = expand_location (DECL_SOURCE_LOCATION (t)); in dequeue_and_dump()
975 expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in branch_prob()
436 expanded_location xloc = expand_location (EXPR_LOCATION (node)); in dump_generic_node()2799 goto_xloc = expand_location (e->goto_locus); in dump_implicit_edges()
11028 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()
843 (XLOC) = expand_location (NOTE_SOURCE_LOCATION (INSN))
3229 expand_location (source_location loc) in expand_location() function
23310 * 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.
2285 xloc = expand_location (loc); in print_instantiation_partial_context()
4182 (print_instantiation_partial_context): Use expand_location.