Home
last modified time | relevance | path

Searched defs:MaxInt64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringExtrasTest.cpp198 constexpr int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); variable
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp193 int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in getAbsolute() local
267 uint64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in operator -() local
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp82 constexpr int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); variable