Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h27 struct FileCheckRequest { struct
28 std::vector<StringRef> CheckPrefixes;
32 std::vector<StringRef> GlobalDefines;
33 bool AllowEmptyInput = false;
34 bool AllowUnusedPrefixes = false;
35 bool MatchFullLines = false;
36 bool IgnoreCase = false;
37 bool IsDefaultCheckPrefix = false;
38 bool EnableVarScope = false;
40 bool Verbose = false;
[all …]