Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp754 std::vector<FileCheckPattern> ImplicitNegativeChecks; in ReadCheckFile() local
767 ImplicitNegativeChecks.push_back(FileCheckPattern(Check::CheckNot)); in ReadCheckFile()
768 ImplicitNegativeChecks.back().ParsePattern(PatternInBuffer, in ReadCheckFile()
772 std::vector<FileCheckPattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
868 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()