Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<StringRef> CheckPrefixes;
31 std::vector<StringRef> GlobalDefines;
32 bool AllowEmptyInput = false;
33 bool AllowUnusedPrefixes = false;
34 bool MatchFullLines = false;
35 bool IgnoreCase = false;
36 bool IsDefaultCheckPrefix = false;
37 bool EnableVarScope = false;
39 bool Verbose = false;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<StringRef> CheckPrefixes;
29 bool NoCanonicalizeWhiteSpace = false;
31 std::vector<StringRef> GlobalDefines;
32 bool AllowEmptyInput = false;
33 bool MatchFullLines = false;
34 bool IgnoreCase = false;
35 bool IsDefaultCheckPrefix = false;
36 bool EnableVarScope = false;
38 bool Verbose = false;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<StringRef> CheckPrefixes;
29 bool NoCanonicalizeWhiteSpace = false;
31 std::vector<StringRef> GlobalDefines;
32 bool AllowEmptyInput = false;
33 bool MatchFullLines = false;
34 bool IgnoreCase = false;
35 bool IsDefaultCheckPrefix = false;
36 bool EnableVarScope = false;
38 bool Verbose = false;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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 …]
/dports/devel/llvm12/llvm-project-12.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/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 …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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 …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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 …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<std::string> CheckPrefixes;
28 bool NoCanonicalizeWhiteSpace = false;
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;
36 bool Verbose = false;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<std::string> CheckPrefixes;
28 bool NoCanonicalizeWhiteSpace = false;
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;
36 bool Verbose = false;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h26 struct FileCheckRequest { struct
27 std::vector<std::string> CheckPrefixes;
28 bool NoCanonicalizeWhiteSpace = false;
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;
36 bool Verbose = false;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/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 …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A 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 EnableVarScope = false;
34 bool AllowDeprecatedDagOverlap = false;
35 bool Verbose = false;
[all …]