Home
last modified time | relevance | path

Searched refs:get_combined_adhoc_loc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h1034 extern location_t get_combined_adhoc_loc (line_maps *, location_t,
1061 return get_combined_adhoc_loc (set, loc, src_range, block); in COMBINE_LOCATION_DATA()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog1035 * include/line-map.h (get_combined_adhoc_loc)
1432 (get_combined_adhoc_loc): Use get_location_from_adhoc_loc
2143 (get_combined_adhoc_loc): Change offset type to ptrdiff_t from
2671 (get_combined_adhoc_loc): Likewise.
2853 (get_combined_adhoc_loc): Likewise.
2874 * line-map.c (get_combined_adhoc_loc): Remove condition
2950 (get_combined_adhoc_loc): Add source_range param.
2969 (get_combined_adhoc_loc): Add src_range param, and store it,
3884 * line-map.c (get_combined_adhoc_loc, linemap_get_expansion_line,
4119 * line-map.c (get_combined_adhoc_loc): Cast from extern "C" type.
[all …]
Dline-map.cc157 get_combined_adhoc_loc (line_maps *set, in get_combined_adhoc_loc() function
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc15669 locus = get_combined_adhoc_loc (line_table, locus, range, NULL); in read_location()