Searched refs:handleNegateOverflowImpl (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 142 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() function 167 handleNegateOverflowImpl(Data, OldVal, Opts); in __ubsan_handle_negate_overflow() 172 handleNegateOverflowImpl(Data, OldVal, Opts); in __ubsan_handle_negate_overflow_abort()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cpp | 249 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() function 277 handleNegateOverflowImpl(Data, OldVal, Opts); in __ubsan_handle_negate_overflow() 282 handleNegateOverflowImpl(Data, OldVal, Opts); in __ubsan_handle_negate_overflow_abort()
|