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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h571 * __Verify_noErr_Action(errorCode, action)
589 #ifndef __Verify_noErr_Action
591 #define __Verify_noErr_Action(errorCode, action) \ macro
597 #define __Verify_noErr_Action(errorCode, action) \ macro
1261 replace "verify_noerr_action(<b args>)" with "__Verify_noErr_Action(<args>)" \
1351 #define verify_noerr_action(errorCode, action) __Verify_noErr_Action(errorCode, action)

Completed in 68 milliseconds