Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1826 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile() local
1849 ImplicitNegativeChecks.emplace_back( in readCheckFile()
1852 ImplicitNegativeChecks.back().DagNotPat.parsePattern( in readCheckFile()
1857 ImplicitNegativeChecks; in readCheckFile()
1976 DagNotMatches = ImplicitNegativeChecks; in readCheckFile()
1985 (ImplicitNegativeChecks.empty() || !Req.IsDefaultCheckPrefix)) { in readCheckFile()