Home
last modified time | relevance | path

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

/xnu-12377.1.9/san/coverage/
H A Dkcov.h56 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP) macro
/xnu-12377.1.9/san/tools/
H A Dksancov.c237 if (KCOV_CMP_IS_FUNC(entry->type)) { in ksancov_print_state()
H A Dksancov.h175 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP) macro