Home
last modified time | relevance | path

Searched refs:ImplicitCheckNot (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h29 std::vector<std::string> ImplicitCheckNot; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FileCheck/
DFileCheck.h34 std::vector<StringRef> ImplicitCheckNot; member
/external/llvm/utils/FileCheck/
DFileCheck.cpp58 static cl::list<std::string> ImplicitCheckNot( variable
887 for (const auto &PatternString : ImplicitCheckNot) { in ReadCheckFile()
890 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); in ReadCheckFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1129 for (const auto &PatternString : Req.ImplicitCheckNot) { in readCheckFile()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
DFileCheck.cpp1893 for (StringRef PatternString : Req.ImplicitCheckNot) { in readCheckFile()