Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h30 struct FileCheckRequest { struct
31 std::vector<StringRef> CheckPrefixes;
35 std::vector<StringRef> GlobalDefines;
36 bool AllowEmptyInput = false;
37 bool AllowUnusedPrefixes = false;
38 bool MatchFullLines = false;
39 bool IgnoreCase = false;
40 bool IsDefaultCheckPrefix = false;
41 bool EnableVarScope = false;
43 bool Verbose = false;
[all …]