Searched refs:NotStrings (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 2271 std::vector<const Pattern *> NotStrings; in Check() local 2279 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 2340 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2409 const std::vector<const Pattern *> &NotStrings, in CheckNot() argument 2413 for (const Pattern *Pat : NotStrings) { in CheckNot() 2428 std::vector<const Pattern *> &NotStrings, in CheckDag() argument 2456 NotStrings.push_back(&Pat); in CheckDag() 2543 if (!NotStrings.empty()) { in CheckDag() 2549 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 2552 NotStrings.clear(); in CheckDag()
|
| H A D | FileCheckImpl.h | 897 const std::vector<const Pattern *> &NotStrings, 902 std::vector<const Pattern *> &NotStrings,
|