Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/test/
H A Dcxa_vec_new_overflow_PR41395.pass.cpp42 const size_t elem_count = std::size_t(1) << (sizeof(std::size_t) * 8 - 2); test_overflow_in_multiplication() local
80 const size_t elem_count = static_cast<size_t>(-1) / 4u; test_overflow_in_addition() local
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h52 uint32_t elem_count; variable