Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1871 std::vector<Pattern> ImplicitNegativeChecks; in readCheckFile() local
1894 ImplicitNegativeChecks.push_back( in readCheckFile()
1896 ImplicitNegativeChecks.back().parsePattern(PatternInBuffer, in readCheckFile()
1900 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
2008 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
2017 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()