Searched refs:DagNotPrefixInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h829 struct DagNotPrefixInfo { struct in struct:llvm::FileCheckString
833 DagNotPrefixInfo(const Pattern &P, StringRef S) function in struct:llvm::FileCheckString::DagNotPrefixInfo
838 std::vector<DagNotPrefixInfo> DagNotStrings;
858 const std::vector<const DagNotPrefixInfo *> &NotStrings,
863 std::vector<const DagNotPrefixInfo *> &NotStrings,
H A DFileCheck.cpp1787 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks;
1817 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches =
2169 std::vector<const DagNotPrefixInfo *> NotStrings;
2308 const std::vector<const DagNotPrefixInfo *> &NotStrings,
2329 std::vector<const DagNotPrefixInfo *> &NotStrings,

Completed in 204 milliseconds