Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc185 unsigned int col_diff = (int_diff >> ordmap->m_range_bits); in get_combined_adhoc_loc() local
186 if (col_diff < (1U << ordmap->m_range_bits)) in get_combined_adhoc_loc()
188 location_t packed = locus | col_diff; in get_combined_adhoc_loc()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c185 unsigned int col_diff = (int_diff >> ordmap->m_range_bits); in get_combined_adhoc_loc() local
186 if (col_diff < (1U << ordmap->m_range_bits)) in get_combined_adhoc_loc()
188 location_t packed = locus | col_diff; in get_combined_adhoc_loc()