Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp124 HANDLER(mul_overflow, "mul-overflow")
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h126 SANITIZER_CHECK(MulOverflow, mul_overflow, 0) \