Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdiagnostic-show-locus.c55 int range_idx; member
82 void set_range (int range_idx) { set_state (range_idx); } in set_range() argument
1214 m_colorizer.set_range (state.range_idx); in print_source_line()
1271 m_colorizer.set_range (state.range_idx); in print_annotation_line()
1276 if (state.range_idx < rich_location::STATICALLY_ALLOCATED_RANGES) in print_annotation_line()
1277 caret_char = m_context->caret_chars[state.range_idx]; in print_annotation_line()
1811 out_state->range_idx = i; in get_state_at_point()