Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1938 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1968 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2334 if (DagNotStrings.empty()) in CheckDag()
2351 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
H A DFileCheckImpl.h838 std::vector<DagNotPrefixInfo> DagNotStrings; member