Searched refs:handleIntegerOverflowImpl (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 107 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() function 130 handleIntegerOverflowImpl(Data, LHS, op, Value(Data->Type, RHS), Opts); \
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cpp | 209 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() function 237 handleIntegerOverflowImpl(Data, LHS, op, Value(Data->Type, RHS), Opts); \
|