Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLineIterator.cpp14 static bool isAtLineEnd(const char *P) { in isAtLineEnd() function
45 if (SkipBlanks || !isAtLineEnd(Buffer.getBufferStart())) in line_iterator()
54 assert(Pos == Buffer->getBufferStart() || isAtLineEnd(Pos) || *Pos == '\0'); in advance()
58 if (!SkipBlanks && isAtLineEnd(Pos)) { in advance()
67 if (isAtLineEnd(Pos) && !SkipBlanks) in advance()
72 } while (*Pos != '\0' && !isAtLineEnd(Pos)); in advance()
88 while (Pos[Length] != '\0' && !isAtLineEnd(&Pos[Length])) { in advance()