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

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 55 typedef long long linenum_arith_t; typedef
61 /* Avoid truncation issues by using linenum_arith_t for the comparison,
63 linenum_arith_t diff = (linenum_arith_t)lhs - (linenum_arith_t)rhs;
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 53 typedef long long linenum_arith_t; typedef
59 /* Avoid truncation issues by using linenum_arith_t for the comparison,
61 linenum_arith_t diff = (linenum_arith_t)lhs - (linenum_arith_t)rhs;
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 1571 if ((linenum_arith_t)next->m_first_line
1572 <= (linenum_arith_t)current->m_last_line + 1 + merger_distance)
2919 /* Iterate over the lines within this span (using linenum_arith_t to
2921 linenum_arith_t last_line = line_span->get_last_line ();
2922 for (linenum_arith_t row = line_span->get_first_line ();
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 1548 if ((linenum_arith_t)next->m_first_line
1549 <= (linenum_arith_t)current->m_last_line + 1 + merger_distance)
2843 /* Iterate over the lines within this span (using linenum_arith_t to
2845 linenum_arith_t last_line = line_span->get_last_line ();
2846 for (linenum_arith_t row = line_span->get_first_line ();

Completed in 169 milliseconds