Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp102 std::string MaxInt64Str; member
121 MaxInt64Str = std::to_string(MaxInt64); in SetUp()
131 MaxInt64Str = AllowUpperHex ? "7FFFFFFFFFFFFFFF" : "7fffffffffffffff"; in SetUp()
291 checkMatchingString(MaxInt64, padWithLeadingZeros(MaxInt64Str)); in TEST_P()
298 addBasePrefix(padWithLeadingZeros(MaxInt64Str))); in TEST_P()