Searched refs:handlePointerOverflowImpl (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers.cc | 670 static void handlePointerOverflowImpl(PointerOverflowData *Data, in handlePointerOverflowImpl() function 702 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow() 709 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow_abort()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cc | 660 static void handlePointerOverflowImpl(PointerOverflowData *Data, in handlePointerOverflowImpl() function 692 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow() 699 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow_abort()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cpp | 764 static void handlePointerOverflowImpl(PointerOverflowData *Data, in handlePointerOverflowImpl() function 815 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow() 822 handlePointerOverflowImpl(Data, Base, Result, Opts); in __ubsan_handle_pointer_overflow_abort()
|