HomeSort by: relevance | last modified time | path
    Searched defs:caret (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 58 in a range: which range are we in, and whether we should draw a caret at
151 context. For instance, in order to output the caret at the correct location,
1191 Determine m_x_offset_display, to ensure that the primary caret
1266 /* Split the "range" into caret and range information. */
1276 expanded_location caret local
1287 if (caret.file != m_exploc.file)
1290 /* Sanitize the caret location for non-primary ranges. */
1304 || caret.column == 0)
1317 caret, m_policy,
1335 /* We want to print the caret for the primary location, bu
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 58 in a range: which range are we in, and whether we should draw a caret at
151 context. For instance, in order to output the caret at the correct location,
1181 Determine m_x_offset_display, to ensure that the primary caret
1255 /* Split the "range" into caret and range information. */
1265 expanded_location caret local
1276 if (caret.file != m_exploc.file)
1279 /* Sanitize the caret location for non-primary ranges. */
1294 exploc_with_display_col (caret, m_policy,
1312 /* We want to print the caret for the primary location, but
1333 if (!will_show_line_p (caret.line)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 2902 /* By default, use the end of the range for the caret location. */
4564 modifiers), getting it as the caret location. */
4576 expanded_location caret
4582 if (caret.file != start.file)
4586 if (caret.line != start.line)
4590 if (start.column > caret.column)
4594 if (caret.column > finish.column)
4608 int length_up_to_type = caret.column - start.column;
4708 The range of the diagnostic is taken from WHOLE_FMT_LOC; the caret location
4771 /* WHOLE_FMT_LOC has the caret at the end of the range
4574 expanded_location caret local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 2858 /* By default, use the end of the range for the caret location. */
4520 modifiers), getting it as the caret location. */
4532 expanded_location caret
4538 if (caret.file != start.file)
4542 if (caret.line != start.line)
4546 if (start.column > caret.column)
4550 if (caret.column > finish.column)
4563 int length_up_to_type = caret.column - start.column;
4664 The range of the diagnostic is taken from WHOLE_FMT_LOC; the caret location
4727 /* WHOLE_FMT_LOC has the caret at the end of the range
4530 expanded_location caret local
    [all...]

Completed in 34 milliseconds