Searched refs:handleOutOfBoundsImpl (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 269 static void handleOutOfBoundsImpl(OutOfBoundsData *Data, ValueHandle Index, in handleOutOfBoundsImpl() function 287 handleOutOfBoundsImpl(Data, Index, Opts); in __ubsan_handle_out_of_bounds() 292 handleOutOfBoundsImpl(Data, Index, Opts); in __ubsan_handle_out_of_bounds_abort()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cpp | 381 static void handleOutOfBoundsImpl(OutOfBoundsData *Data, ValueHandle Index, in handleOutOfBoundsImpl() function 399 handleOutOfBoundsImpl(Data, Index, Opts); in __ubsan_handle_out_of_bounds() 404 handleOutOfBoundsImpl(Data, Index, Opts); in __ubsan_handle_out_of_bounds_abort()
|