Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dline-map.c190 unsigned int col_diff = (int_diff >> ordmap->m_range_bits); in get_combined_adhoc_loc() local
191 if (col_diff < (1U << ordmap->m_range_bits)) in get_combined_adhoc_loc()
193 source_location packed = locus | col_diff; in get_combined_adhoc_loc()