Home
last modified time | relevance | path

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

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