Searched refs:NotStrings (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 650 const std::vector<const Pattern *> &NotStrings, 655 std::vector<const Pattern *> &NotStrings, 1067 std::vector<const Pattern *> NotStrings; in Check() local 1075 LastPos = CheckDag(SM, Buffer, NotStrings, VariableTable); in Check() 1105 if (CheckNot(SM, SkippedRegion, NotStrings, VariableTable)) in Check() 1180 const std::vector<const Pattern *> &NotStrings, in CheckNot() argument 1182 for (const Pattern *Pat : NotStrings) { in CheckNot() 1202 std::vector<const Pattern *> &NotStrings, in CheckDag() argument 1216 NotStrings.push_back(&Pat); in CheckDag() 1236 if (!NotStrings.empty()) { in CheckDag() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 1415 std::vector<const Pattern *> NotStrings; in Check() local 1423 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 1485 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 1554 const std::vector<const Pattern *> &NotStrings, in CheckNot() argument 1557 for (const Pattern *Pat : NotStrings) { in CheckNot() 1580 std::vector<const Pattern *> &NotStrings, in CheckDag() argument 1608 NotStrings.push_back(&Pat); in CheckDag() 1687 if (!NotStrings.empty()) { in CheckDag() 1693 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 1696 NotStrings.clear(); in CheckDag()
|
D | FileCheckImpl.h | 601 const std::vector<const Pattern *> &NotStrings, 606 std::vector<const Pattern *> &NotStrings,
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 2116 std::vector<const Pattern *> NotStrings; in Check() local 2124 LastPos = CheckDag(SM, Buffer, NotStrings, Req, Diags); in Check() 2186 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2255 const std::vector<const Pattern *> &NotStrings, in CheckNot() argument 2259 for (const Pattern *Pat : NotStrings) { in CheckNot() 2282 std::vector<const Pattern *> &NotStrings, in CheckDag() argument 2310 NotStrings.push_back(&Pat); in CheckDag() 2393 if (!NotStrings.empty()) { in CheckDag() 2399 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in CheckDag() 2402 NotStrings.clear(); in CheckDag()
|
D | FileCheckImpl.h | 847 const std::vector<const Pattern *> &NotStrings, 852 std::vector<const Pattern *> &NotStrings,
|