Home
last modified time | relevance | path

Searched refs:ImplicitNegativeChecks (Results 1 – 3 of 3) 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-10.0/llvm/lib/Support/
DFileCheck.cpp1128 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local
1141 ImplicitNegativeChecks.push_back( in readCheckFile()
1143 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()
1147 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1243 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1794 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local
1817 ImplicitNegativeChecks.push_back( in readCheckFile()
1819 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()
1823 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1931 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1940 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()