Home
last modified time | relevance | path

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

/xnu-8019.80.24/san/memory/
H A Dubsan.c326 static const char *const mismatch_kinds[] = { in get_mismatch_kind() local
340 return (kind < (sizeof(mismatch_kinds) / sizeof(mismatch_kinds[0]))) in get_mismatch_kind()
341 ? mismatch_kinds[kind] in get_mismatch_kind()