Searched refs:KCOV_CMP_IS_FUNC (Results 1 – 4 of 4) sorted by relevance
56 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP) macro
222 if (KCOV_CMP_IS_FUNC(entry->type)) {
237 if (KCOV_CMP_IS_FUNC(entry->type)) { in ksancov_print_state()
180 #define KCOV_CMP_IS_FUNC(type) (type >= KCOV_CMP_FUNC_MEMCMP) macro