Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c2035 correction (column_range affected_bytes, in correction() argument
2039 : m_affected_bytes (affected_bytes), in correction()
2176 column_range affected_bytes = get_affected_range (hint, CU_BYTES); in add_hint() local
2188 gcc_assert (affected_bytes.start in add_hint()
2202 affected_bytes.start - 1); in add_hint()
2229 = affected_bytes.finish; in add_hint()
2242 m_corrections.safe_push (new correction (affected_bytes, in add_hint()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc2282 correction (column_range affected_bytes, in correction() argument
2287 : m_affected_bytes (affected_bytes), in correction()
2429 column_range affected_bytes = get_affected_range (m_policy, hint, CU_BYTES); in add_hint() local
2442 gcc_assert (affected_bytes.start in add_hint()
2456 affected_bytes.start - 1); in add_hint()
2483 = affected_bytes.finish; in add_hint()
2496 m_corrections.safe_push (new correction (affected_bytes, in add_hint()