Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h829 struct DagNotPrefixInfo { struct
833 DagNotPrefixInfo(const Pattern &P, StringRef S) in DagNotPrefixInfo() function
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; in readCheckFile()
1817 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()
2169 std::vector<const DagNotPrefixInfo *> NotStrings; in Check()
2308 const std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckNot()
2329 std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckDag()