Searched refs:handleIntegerOverflowImpl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.cc | 111 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() function 139 handleIntegerOverflowImpl(Data, LHS, op, Value(Data->Type, RHS), Opts); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.cc | 109 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() function 135 handleIntegerOverflowImpl(Data, LHS, op, Value(Data->Type, RHS), Opts); \
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A 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); \
|