Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp860 std::vector<Pattern> ImplicitNegativeChecks; in ReadCheckFile() local
873 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile()
874 ImplicitNegativeChecks.back().ParsePattern(PatternInBuffer, in ReadCheckFile()
879 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
954 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()