Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/osfmk/corecrypto/
H A Dcc_macros.h78 #define cc_require(assertion, exceptionLabel) \ argument
85 #define cc_require(assertion, exceptionLabel) \ argument
93 #define cc_require(assertion, exceptionLabel) \ argument
107 #define cc_require_action(assertion, exceptionLabel, action) \ argument
119 #define cc_require_action(assertion, exceptionLabel, action) \ argument
132 #define cc_require_action(assertion, exceptionLabel, action) \ argument
/xnu-8796.121.2/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