Searched refs:NotStrings (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 2171 std::vector<const DagNotPrefixInfo *> NotStrings; in Check() local 2179 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 2240 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2310 const std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckNot() argument 2313 for (auto NotInfo : NotStrings) { in CheckNot() 2331 std::vector<const DagNotPrefixInfo *> &NotStrings, in CheckDag() argument 2360 NotStrings.push_back(&*PatItr); in CheckDag() 2447 if (!NotStrings.empty()) { in CheckDag() 2453 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 2456 NotStrings.clear(); in CheckDag()
|
H A D | FileCheckImpl.h | 854 /// Verifies that none of the strings in \p NotStrings are found in the given 858 const std::vector<const DagNotPrefixInfo *> &NotStrings, 863 std::vector<const DagNotPrefixInfo *> &NotStrings,
|