Home
last modified time | relevance | path

Searched refs:mul_overflow (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/libcxxabi/src/
Dcxa_vector.cpp128 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/
Dubsan_minimal_handlers.cpp101 HANDLER(mul_overflow, "mul-overflow")
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h130 SANITIZER_CHECK(MulOverflow, mul_overflow, 0) \