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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h977 * __Require_noErr_Action(errorCode, exceptionLabel, action)
999 #ifndef __Require_noErr_Action
1001 #define __Require_noErr_Action(errorCode, exceptionLabel, action) \ macro
1013 #define __Require_noErr_Action(errorCode, exceptionLabel, action) \ macro
1254 replace "require_noerr_action(<b args>)" with "__Require_noErr_Action(<args>)" \
1323 #define require_noerr_action(errorCode, exceptionLabel, action) __Require_noErr_Action(errorCode, exceptionLabel, action)

Completed in 19 milliseconds