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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1283 std::string::size_type pos, lastPos = 0;
1286 pos = name.find_first_of(':', lastPos);
1287 if (lastPos != 0)
1289 Out << name.substr(lastPos, pos - lastPos) << ':';
1294 lastPos = pos + 1;
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 15492 int maxCount, i, approxSize, lastPos = -1;
15564 if ((lastPos == 0 && descr->pos > 0)
15565 || (lastPos > 0 && descr->pos == 0)) {
15598 if (lastPos == -1)
15599 lastPos = descr->pos;

Completed in 33 milliseconds