Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DStringExtrasTest.cpp239 constexpr uint64_t MaxUint64 = std::numeric_limits<uint64_t>::max(); global() variable
/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp81 constexpr uint64_t MaxUint64 = std::numeric_limits<uint64_t>::max(); variable