Searched refs:NotStrings (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 2208 std::vector<const DagNotPrefixInfo *> NotStrings; in Check() local 2216 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 2277 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2347 const std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckNot() argument 2350 for (auto NotInfo : NotStrings) { in CheckNot() 2368 std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckDag() argument 2397 NotStrings.push_back(&*PatItr); in CheckDag() 2484 if (!NotStrings.empty()) { in CheckDag() 2490 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 2493 NotStrings.clear(); in CheckDag()
|
| H A D | FileCheckImpl.h | 885 const std::vector<const DagNotPrefixInfo *> &NotStrings, 890 std::vector<const DagNotPrefixInfo *> &NotStrings,
|