Home
last modified time | relevance | path

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DFileCheckTest.cpp98 std::string MaxUint64Str; member
116 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
126 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
227 checkMatchingString(MaxUint64, MaxUint64Str); in TEST_P()
242 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
245 checkValueFromStringRepr(MaxUint64Str, MaxUint64); in TEST_P()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DFileCheckTest.cpp98 std::string MaxUint64Str; member
116 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
126 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
227 checkMatchingString(MaxUint64, MaxUint64Str); in TEST_P()
242 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
245 checkValueFromStringRepr(MaxUint64Str, MaxUint64); in TEST_P()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp100 std::string MaxUint64Str; member
119 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
268 checkMatchingString(MaxUint64, padWithLeadingZeros(MaxUint64Str)); in TEST_P()
283 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
286 checkValueFromStringRepr(MaxUint64Str, MaxUint64); in TEST_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp100 std::string MaxUint64Str; member
119 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
268 checkMatchingString(MaxUint64, padWithLeadingZeros(MaxUint64Str)); in TEST_P()
283 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
286 checkValueFromStringRepr(MaxUint64Str, MaxUint64); in TEST_P()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp100 std::string MaxUint64Str; member
119 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
129 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
268 checkMatchingString(MaxUint64, padWithLeadingZeros(MaxUint64Str)); in TEST_P()
283 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
286 checkValueFromStringRepr(MaxUint64Str, MaxUint64); in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp101 std::string MaxUint64Str; member
120 MaxUint64Str = std::to_string(MaxUint64); in SetUp()
130 MaxUint64Str = AllowUpperHex ? "FFFFFFFFFFFFFFFF" : "ffffffffffffffff"; in SetUp()
296 addBasePrefix(padWithLeadingZeros(MaxUint64Str))); in TEST_P()
312 checkValueFromStringReprFailure(MaxUint64Str); in TEST_P()
315 checkValueFromStringRepr(addBasePrefix(MaxUint64Str), MaxUint64); in TEST_P()