Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp31 const static auto int_max = std::numeric_limits<int>::max(); member
86 auto int_max = A::int_max; in main() local
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp332 constexpr int64_t int_max = std::numeric_limits<int>::max(); in TEST_F() local