Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/corecrypto/
H A Dcc_abort.c76 cc_abort(const char * msg CC_UNUSED) in cc_abort() argument
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h31 CC_UNUSED static char *cc_strstr(const char *file) { in cc_strstr()
H A Dcc_config.h581 #define CC_UNUSED __attribute__((unused)) macro
584 #define CC_UNUSED macro
H A Dcc_priv.h789 void cc_try_abort(CC_UNUSED const char *msg) in cc_try_abort()