Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLineIterator.cpp22 static bool skipIfAtLineEnd(const char *&P) { in skipIfAtLineEnd() function
56 if (skipIfAtLineEnd(Pos)) in advance()
62 while (skipIfAtLineEnd(Pos)) in advance()
73 if (!skipIfAtLineEnd(Pos)) in advance()
/external/llvm/lib/Support/
DLineIterator.cpp23 static bool skipIfAtLineEnd(const char *&P) { in skipIfAtLineEnd() function
57 if (skipIfAtLineEnd(Pos)) in advance()
63 while (skipIfAtLineEnd(Pos)) in advance()
74 if (!skipIfAtLineEnd(Pos)) in advance()
/external/llvm-project/llvm/lib/Support/
DLineIterator.cpp22 static bool skipIfAtLineEnd(const char *&P) { in skipIfAtLineEnd() function
60 if (skipIfAtLineEnd(Pos)) in advance()
66 while (skipIfAtLineEnd(Pos)) in advance()
77 if (!skipIfAtLineEnd(Pos)) in advance()