Home
last modified time | relevance | path

Searched refs:lowest_macro_loc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc142 location_t lowest_macro_loc = LINEMAPS_MACRO_LOWEST_LOCATION (set); in can_be_stored_compactly_p() local
143 if (locus >= lowest_macro_loc) in can_be_stored_compactly_p()
145 if (src_range.m_start >= lowest_macro_loc) in can_be_stored_compactly_p()
147 if (src_range.m_finish >= lowest_macro_loc) in can_be_stored_compactly_p()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c142 location_t lowest_macro_loc = LINEMAPS_MACRO_LOWEST_LOCATION (set); in can_be_stored_compactly_p() local
143 if (locus >= lowest_macro_loc) in can_be_stored_compactly_p()
145 if (src_range.m_start >= lowest_macro_loc) in can_be_stored_compactly_p()
147 if (src_range.m_finish >= lowest_macro_loc) in can_be_stored_compactly_p()