Searched refs:mul_overflow (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/libcxxabi/src/ |
D | cxa_vector.cpp | 128 bool mul_overflow(size_t x, size_t y, size_t *res) { in mul_overflow() function 152 if (mul_overflow(element_count, element_size, &element_heap_size)) in calculate_allocation_size_or_throw()
|
/external/llvm-project/compiler-rt/lib/ubsan_minimal/ |
D | ubsan_minimal_handlers.cpp | 101 HANDLER(mul_overflow, "mul-overflow")
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 130 SANITIZER_CHECK(MulOverflow, mul_overflow, 0) \
|