Home
last modified time | relevance | path

Searched refs:AllowUpperHex (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DFileCheckTest.cpp92 bool AllowUpperHex; member
111 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
126 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
127 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
128 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
129 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
130 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
131 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DFileCheckTest.cpp92 bool AllowUpperHex; member
111 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
126 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
127 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
128 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
129 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
130 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
131 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp94 bool AllowUpperHex; member
114 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
130 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
131 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
132 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
133 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
134 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp94 bool AllowUpperHex; member
114 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
130 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
131 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
132 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
133 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
134 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp94 bool AllowUpperHex; member
114 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
130 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
131 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
132 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
133 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
134 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp95 bool AllowUpperHex; member
115 AllowUpperHex = Kind == ExpressionFormat::Kind::HexUpper; in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
132 TenStr = AllowUpperHex ? "A" : "a"; in SetUp()
133 FifteenStr = AllowUpperHex ? "F" : "f"; in SetUp()
134 AcceptedHexOnlyDigits = AllowUpperHex ? "ABCDEF" : "abcdef"; in SetUp()
135 RefusedHexOnlyDigits = AllowUpperHex ? "abcdef" : "ABCDEF"; in SetUp()