Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp886 std::vector<Pattern> ImplicitNegativeChecks; in ReadCheckFile() local
899 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile()
900 ImplicitNegativeChecks.back().ParsePattern(PatternInBuffer, in ReadCheckFile()
905 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
985 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp919 std::vector<Pattern> ImplicitNegativeChecks; in ReadCheckFile() local
932 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile()
933 ImplicitNegativeChecks.back().ParsePattern(PatternInBuffer, in ReadCheckFile()
937 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
1018 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()