Home
last modified time | relevance | path

Searched defs:FileCheckRequest (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<StringRef> CheckPrefixes;
28 std::vector<StringRef> CommentPrefixes;
29 bool NoCanonicalizeWhiteSpace = false;
30 std::vector<StringRef> ImplicitCheckNot;
31 std::vector<StringRef> GlobalDefines;
32 bool AllowEmptyInput = false;
33 bool AllowUnusedPrefixes = false;
34 bool MatchFullLines = false;
35 bool IgnoreCase = false;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<std::string> CheckPrefixes;
28 bool NoCanonicalizeWhiteSpace = false;
29 std::vector<std::string> ImplicitCheckNot;
30 std::vector<std::string> GlobalDefines;
31 bool AllowEmptyInput = false;
32 bool MatchFullLines = false;
33 bool IgnoreCase = false;
34 bool EnableVarScope = false;
35 bool AllowDeprecatedDagOverlap = false;
[all …]