Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp41 const static auto longlong_max = std::numeric_limits<long long>::max(); global() member
121 auto longlong_max = A::longlong_max; main() local