Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp53 static cl::list<std::string> ImplicitCheckNot( variable
861 for (const auto &PatternString : ImplicitCheckNot) { in ReadCheckFile()
864 std::string Prefix = std::string("-") + ImplicitCheckNot.ArgStr + "='"; in ReadCheckFile()