Home
last modified time | relevance | path

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

/xnu-8020.121.3/san/memory/
H A Dubsan.c456 ubsan_json_type(ub, NULL, &v->lhs, v->func_mismatch->type); in format_function_type_mismatch()
797 ubsan_violation_t v = { UBSAN_FUNCTION_TYPE_MISMATCH, func, 0, .func_mismatch = desc, &desc->loc }; in __ubsan_handle_function_type_mismatch()
804 ubsan_violation_t v = { UBSAN_FUNCTION_TYPE_MISMATCH, func, 0, .func_mismatch = desc, &desc->loc }; in __ubsan_handle_function_type_mismatch_abort()
H A Dubsan.h175 struct ubsan_func_type_mismatch_desc *func_mismatch; member