Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1936 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1966 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2332 if (DagNotStrings.empty()) in CheckDag()
2349 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
H A DFileCheckImpl.h838 std::vector<DagNotPrefixInfo> DagNotStrings; member