Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h855 struct DagNotPrefixInfo { struct
859 DagNotPrefixInfo(const Pattern &P, StringRef S) in DagNotPrefixInfo() argument
864 std::vector<DagNotPrefixInfo> DagNotStrings;
867 std::vector<DagNotPrefixInfo> &&D) in FileCheckString()
885 const std::vector<const DagNotPrefixInfo *> &NotStrings,
890 std::vector<const DagNotPrefixInfo *> &NotStrings,
H A DFileCheck.cpp1826 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile()
1856 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()
2208 std::vector<const DagNotPrefixInfo *> NotStrings; in Check()
2347 const std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckNot()
2368 std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckDag()