Searched refs:__Check_noErr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h335 * __Check_noErr(errorCode)
348 #ifndef __Check_noErr
350 #define __Check_noErr(errorCode) macro
352 #define __Check_noErr(errorCode) \ macro
1247 replace "check_noerr(<b args>)" with "__Check_noErr(<args>)" \
1295 #define check_noerr(errorCode) __Check_noErr(errorCode)

Completed in 112 milliseconds