Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/
H A DAssertMacros.h668 #define __Require(assertion, exceptionLabel) \ argument
673 goto exceptionLabel; \
677 #define __Require(assertion, exceptionLabel) \ argument
683 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
684 goto exceptionLabel; \
691 #define __nRequire(assertion, exceptionLabel) __Require(!(assertion), exceptionLabel) argument
719 #define __Require_Action(assertion, exceptionLabel, action) \ argument
727 goto exceptionLabel; \
731 #define __Require_Action(assertion, exceptionLabel, action) \ argument
738 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
[all …]
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h50 #define cc_require(assertion, exceptionLabel) \ argument
53 goto exceptionLabel; \
57 #define cc_require(assertion, exceptionLabel) \ argument
60 goto exceptionLabel; \
65 #define cc_require(assertion, exceptionLabel) \ argument
69 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
70 goto exceptionLabel; \
79 #define cc_require_action(assertion, exceptionLabel, action) \ argument
87 goto exceptionLabel; \
91 #define cc_require_action(assertion, exceptionLabel, action) \ argument
[all …]