Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_interface.inc57 INTERFACE_FUNCTION(__ubsan_handle_vla_bound_not_positive)
H A Dubsan_handlers.cpp451 void __ubsan::__ubsan_handle_vla_bound_not_positive(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive() function in __ubsan
/freebsd/sys/kern/
H A Dkern_ubsan.c326 void __ubsan_handle_vla_bound_not_positive(struct CVLABoundData *pData, unsigned long ulBound);
1139 __ubsan_handle_vla_bound_not_positive(struct CVLABoundData *pData, unsigned long ulBound) in __ubsan_handle_vla_bound_not_positive() function