Searched refs:NotStrings (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 2169 std::vector<const DagNotPrefixInfo *> NotStrings; in Check() local 2177 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 2238 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2308 const std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckNot() argument 2311 for (auto NotInfo : NotStrings) { in CheckNot() 2329 std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckDag() argument 2358 NotStrings.push_back(&*PatItr); in CheckDag() 2445 if (!NotStrings.empty()) { in CheckDag() 2451 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 2454 NotStrings.clear(); in CheckDag()
|
| H A D | FileCheckImpl.h | 858 const std::vector<const DagNotPrefixInfo *> &NotStrings, 863 std::vector<const DagNotPrefixInfo *> &NotStrings,
|