Searched refs:mismatch_kinds (Results 1 – 1 of 1) sorted by relevance
331 static const char *const mismatch_kinds[] = { in get_mismatch_kind() local345 return (kind < (sizeof(mismatch_kinds) / sizeof(mismatch_kinds[0]))) in get_mismatch_kind()346 ? mismatch_kinds[kind] in get_mismatch_kind()