Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1600 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag() local
1601 PatItr != PatEnd; ++PatItr) { in CheckDag()
1685 if (std::next(PatItr) == PatEnd || in CheckDag()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2302 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag() local
2303 PatItr != PatEnd; ++PatItr) { in CheckDag()
2391 if (std::next(PatItr) == PatEnd || in CheckDag()