Home
last modified time | relevance | path

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

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