Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp2038 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2068 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2431 if (DagNotStrings.empty()) in CheckDag()
2448 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
H A DFileCheckImpl.h877 std::vector<Pattern> DagNotStrings; member