Home
last modified time | relevance | path

Searched refs:handleIntegerOverflowImpl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc111 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 Dubsan_handlers.cc109 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 Dubsan_handlers.cpp209 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() function
237 handleIntegerOverflowImpl(Data, LHS, op, Value(Data->Type, RHS), Opts); \