Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp867 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
876 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1198 if (DagNotStrings.empty()) in CheckDag()
1215 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h221 std::vector<FileCheckPattern> DagNotStrings; member