Home
last modified time | relevance | path

Searched refs:MAX_SOURCE_LOCATION (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/libcpp/
H A Dline-map.c171 = set->location_adhoc_data_map.data[locus & MAX_SOURCE_LOCATION].locus; in get_combined_adhoc_loc()
253 return set->location_adhoc_data_map.data[loc & MAX_SOURCE_LOCATION].data; in get_data_from_adhoc_loc()
262 return set->location_adhoc_data_map.data[loc & MAX_SOURCE_LOCATION].locus; in get_location_from_adhoc_loc()
327 = set->location_adhoc_data_map.data[loc & MAX_SOURCE_LOCATION].locus; in get_pure_location()
1149 & MAX_SOURCE_LOCATION].locus; in linemap_get_expansion_line()
1177 & MAX_SOURCE_LOCATION].locus; in linemap_get_expansion_filename()
1215 & MAX_SOURCE_LOCATION].locus; in linemap_location_in_system_header_p()
1259 & MAX_SOURCE_LOCATION].locus; in linemap_location_from_macro_expansion_p()
1261 linemap_assert (location <= MAX_SOURCE_LOCATION in linemap_location_from_macro_expansion_p()
1495 & MAX_SOURCE_LOCATION].locus; in linemap_macro_loc_to_exp_point()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dline-map.h92 #define MAX_SOURCE_LOCATION 0xFFFFFFFF macro
401 : MAX_SOURCE_LOCATION)
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h436 const source_location MAX_SOURCE_LOCATION = 0x7FFFFFFF; variable
1006 : MAX_SOURCE_LOCATION; in LINEMAPS_MACRO_LOWEST_LOCATION()
1031 return (loc & MAX_SOURCE_LOCATION) != loc; in IS_ADHOC_LOC()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinput.c1240 MAX_SOURCE_LOCATION, in dump_location_info()
1241 MAX_SOURCE_LOCATION + 1); in dump_location_info()
1245 MAX_SOURCE_LOCATION + 1, UINT_MAX); in dump_location_info()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dline-map.c775 linemap_assert (location <= MAX_SOURCE_LOCATION in linemap_location_from_macro_expansion_p()