Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h34 std::vector<StringRef> ImplicitCheckNot; member
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp66 static cl::list<std::string> ImplicitCheckNot( variable
774 append_range(Req.ImplicitCheckNot, ImplicitCheckNot); in main()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1893 for (StringRef PatternString : Req.ImplicitCheckNot) { in readCheckFile()