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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h72 * For instance, require_noerr_string(resultCode, label, msg) will do nothing if
1256 replace "require_noerr_string(<b args>)" with "__Require_noErr_String(<args>)" \
1330 #ifndef require_noerr_string
1331 #define require_noerr_string(errorCode, exceptionLabel, message) __Require_noErr_String(errorCode, exceptionLabel, message) macro

Completed in 14 milliseconds