Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member_int128/
H A Dmain.cpp4 const static auto uint128_max = std::numeric_limits<__uint128_t>::max(); member
14 auto uint128_max = A::uint128_max; in main() local