Home
last modified time | relevance | path

Searched refs:DagNotMatches (Results 1 – 2 of 2) 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-7.0/llvm/utils/FileCheck/
DFileCheck.cpp937 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local
1011 DagNotMatches.push_back(P); in ReadCheckFile()
1017 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1018 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
1023 if (!DagNotMatches.empty()) { in ReadCheckFile()
1026 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()