Searched defs:elem_count (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxxabi/test/ | ||
H A D | cxa_vec_new_overflow_PR41395.pass.cpp | 42 const size_t elem_count = std::size_t(1) << (sizeof(std::size_t) * 8 - 2); test_overflow_in_multiplication() local |
/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | OptionGroupValueObjectDisplay.h | 52 uint32_t elem_count; variable |