Home
last modified time | relevance | path

Searched refs:vla_bound (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/san/memory/
H A Dubsan.c463 ubsan_json_type(ub, NULL, &v->lhs, v->vla_bound->type); in format_vla_bound_not_positive()
811 ubsan_violation_t v = { UBSAN_VLA_BOUND_NOT_POSITIVE, length, 0, .vla_bound = desc, &desc->loc }; in __ubsan_handle_vla_bound_not_positive()
818 ubsan_violation_t v = { UBSAN_VLA_BOUND_NOT_POSITIVE, length, 0, .vla_bound = desc, &desc->loc }; in __ubsan_handle_vla_bound_not_positive_abort()
H A Dubsan.h176 struct ubsan_vla_bound_desc *vla_bound; member