Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DStringExtrasTest.cpp191 constexpr int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); variable
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp175 int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in getAbsolute() local
249 uint64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in operator -() local
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp82 constexpr int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); variable