Home
last modified time | relevance | path

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

/xnu-11215.81.4/san/memory/
H A Dubsan.c331 static const char *const mismatch_kinds[] = { in get_mismatch_kind() local
345 return (kind < (sizeof(mismatch_kinds) / sizeof(mismatch_kinds[0]))) in get_mismatch_kind()
346 ? mismatch_kinds[kind] in get_mismatch_kind()