Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp39 const static auto long_max = std::numeric_limits<long>::max(); global() member
119 auto long_max = A::long_max; main() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp258 constexpr long long_max() { in long_max() function