Home
last modified time | relevance | path

Searched defs:uint_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.cpp32 const static auto uint_max = std::numeric_limits<unsigned>::max(); member
87 auto uint_max = A::uint_max; in main() local
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp378 constexpr uint64_t uint_max = std::numeric_limits<uint32_t>::max(); in TEST_F() local