Home
last modified time | relevance | path

Searched refs:DagNotMatches (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp905 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local
978 DagNotMatches.push_back(P); in ReadCheckFile()
984 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
985 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
990 if (!DagNotMatches.empty()) { in ReadCheckFile()
993 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1147 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile() local
1236 DagNotMatches.push_back(P); in readCheckFile()
1242 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1243 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1248 if (!DagNotMatches.empty()) { in readCheckFile()
1252 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1823 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile() local
1924 DagNotMatches.push_back(P); in readCheckFile()
1930 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1931 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1956 if (!DagNotMatches.empty()) { in readCheckFile()
1960 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()