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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h933 * __Require_noErr(errorCode, exceptionLabel)
950 #ifndef __Require_noErr
952 #define __Require_noErr(errorCode, exceptionLabel) \ macro
961 #define __Require_noErr(errorCode, exceptionLabel) \ macro
1253 replace "require_noerr(<b args>)" with "__Require_noErr(<args>)" \
1319 #define require_noerr(errorCode, exceptionLabel) __Require_noErr(errorCode, exceptionLabel)

Completed in 19 milliseconds