Searched refs:VLABoundData (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 92 struct VLABoundData { struct 98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound) argument
|
D | ubsan_handlers.cc | 321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() 336 void __ubsan::__ubsan_handle_vla_bound_not_positive(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive() 341 void __ubsan::__ubsan_handle_vla_bound_not_positive_abort(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive_abort()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 102 struct VLABoundData { struct 108 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound) argument
|
D | ubsan_handlers.cpp | 436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() 451 void __ubsan::__ubsan_handle_vla_bound_not_positive(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive() 456 void __ubsan::__ubsan_handle_vla_bound_not_positive_abort(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive_abort()
|