Home
last modified time | relevance | path

Searched refs:long_max (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp270 constexpr long long_max() { in long_max() function
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp308 constexpr long long_max() { in long_max() function
/external/python/cffi/c/
Dtest_c.py971 long_max = (1 << (8*size_of_long()-1)) - 1
972 if int_max == long_max: