Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlocation.h286 location::counter_type end_col variable
292 ostr << '-' << loc.end.filename << ':' << loc.end.line << '.' << end_col;
294 ostr << '-' << loc.end.line << '.' << end_col;
295 else if (loc.begin.column < end_col)
296 ostr << '-' << end_col;