Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h27 struct FileCheckRequest { struct
28 std::vector<std::string> CheckPrefixes;
29 bool NoCanonicalizeWhiteSpace = false;
30 std::vector<std::string> ImplicitCheckNot;
31 std::vector<std::string> GlobalDefines;
32 bool AllowEmptyInput = false;
33 bool MatchFullLines = false;
34 bool EnableVarScope = false;
35 bool AllowDeprecatedDagOverlap = false;
36 bool Verbose = false;
[all …]