Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2007 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2037 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2400 if (DagNotStrings.empty()) in CheckDag()
2417 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
H A DFileCheckImpl.h877 std::vector<Pattern> DagNotStrings; member