Home
last modified time | relevance | path

Searched defs:exceptionLabel (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/
H A DAssertMacros.h668 #define __Require(assertion, exceptionLabel) \ argument
677 #define __Require(assertion, exceptionLabel) \ argument
691 #define __nRequire(assertion, exceptionLabel) __Require(!(assertion), exceptionLabel) argument
719 #define __Require_Action(assertion, exceptionLabel, action) \ argument
731 #define __Require_Action(assertion, exceptionLabel, action) \ argument
749 #define __nRequire_Action(assertion, exceptionLabel, action) \ argument
768 #define __Require_Quiet(assertion, exceptionLabel) \ argument
779 #define __nRequire_Quiet(assertion, exceptionLabel) __Require_Quiet(!(assertion), exceptionLabel) argument
801 #define __Require_Action_Quiet(assertion, exceptionLabel, action) \ argument
815 #define __nRequire_Action_Quiet(assertion, exceptionLabel, action) \ argument
[all …]
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h50 #define cc_require(assertion, exceptionLabel) \ argument
57 #define cc_require(assertion, exceptionLabel) \ argument
65 #define cc_require(assertion, exceptionLabel) \ argument
79 #define cc_require_action(assertion, exceptionLabel, action) \ argument
91 #define cc_require_action(assertion, exceptionLabel, action) \ argument
104 #define cc_require_action(assertion, exceptionLabel, action) \ argument