Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dglobal-init.c54 unsigned long long uint_max = 4294967295u; variable
/llvm-project/clang/test/C/C23/
H A Dn3018.c13 constexpr unsigned int uint_max = -1U; Example0() local
/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp38 const static auto uint_max = std::numeric_limits<unsigned>::max(); global() member
118 auto uint_max = A::uint_max; main() local
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp528 constexpr uint64_t uint_max = std::numeric_limits<uint32_t>::max(); in TEST_F() local
[all...]