Home
last modified time | relevance | path

Searched refs:MAX_LOCATION_T (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h450 const location_t MAX_LOCATION_T = 0x7FFFFFFF; variable
577 return loc > MAX_LOCATION_T; in IS_ADHOC_LOC()
1013 : MAX_LOCATION_T + 1; in LINEMAPS_MACRO_LOWEST_LOCATION()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h452 const location_t MAX_LOCATION_T = 0x7FFFFFFF; variable
579 return loc > MAX_LOCATION_T; in IS_ADHOC_LOC()
1024 : MAX_LOCATION_T + 1; in LINEMAPS_MACRO_LOWEST_LOCATION()
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dlocation-example.txt272 MAX_LOCATION_T
H A Dline-map.c248 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].data; in get_data_from_adhoc_loc()
257 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].locus; in get_location_from_adhoc_loc()
266 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].src_range; in get_range_from_adhoc_loc()
H A Dline-map.cc248 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].data; in get_data_from_adhoc_loc()
257 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].locus; in get_location_from_adhoc_loc()
266 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].src_range; in get_range_from_adhoc_loc()
H A DChangeLog1528 MAX_LOCATION_T.
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dlocation-example.txt272 MAX_LOCATION_T
H A Dline-map.c248 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].data; in get_data_from_adhoc_loc()
257 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].locus; in get_location_from_adhoc_loc()
266 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].src_range; in get_range_from_adhoc_loc()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinput.c1257 MAX_LOCATION_T, in dump_location_info()
1258 MAX_LOCATION_T + 1); in dump_location_info()
1262 MAX_LOCATION_T + 1, UINT_MAX); in dump_location_info()
H A Dinput.cc1408 MAX_LOCATION_T, in dump_location_info()
1409 MAX_LOCATION_T + 1); in dump_location_info()
1413 MAX_LOCATION_T + 1, UINT_MAX); in dump_location_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1257 MAX_LOCATION_T, in dump_location_info()
1258 MAX_LOCATION_T + 1); in dump_location_info()
1262 MAX_LOCATION_T + 1, UINT_MAX); in dump_location_info()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13587 interval.macro.second = MAX_LOCATION_T + 1; in init()
15589 unsigned off = MAX_LOCATION_T - loc; in write_location()
15679 location_t adjusted = MAX_LOCATION_T - off; in read_location()
16165 cfg->macro_locs = MAX_LOCATION_T + 1 - offset; in write_macro_maps()