HomeSort by relevance Sort by last modified time
    Searched refs:OutOfBoundsData (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 74 struct OutOfBoundsData {
81 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index)
ubsan_handlers.cc 269 static void handleOutOfBoundsImpl(OutOfBoundsData *Data, ValueHandle Index,
284 void __ubsan::__ubsan_handle_out_of_bounds(OutOfBoundsData *Data,
289 void __ubsan::__ubsan_handle_out_of_bounds_abort(OutOfBoundsData *Data,

Completed in 163 milliseconds