HomeSort by: relevance | last modified time | path
    Searched defs:linenum_arith_t (Results 1 - 2 of 2) 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;

Completed in 22 milliseconds