Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1787 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile() local
1810 ImplicitNegativeChecks.emplace_back( in readCheckFile()
1813 ImplicitNegativeChecks.back().DagNotPat.parsePattern( in readCheckFile()
1818 ImplicitNegativeChecks; in readCheckFile()
1937 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1946 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()