Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/osfmk/corecrypto/
H A Dcc_macros.h78 #define cc_require(assertion, exceptionLabel) \ argument
81 goto exceptionLabel; \
85 #define cc_require(assertion, exceptionLabel) \ argument
88 goto exceptionLabel; \
93 #define cc_require(assertion, exceptionLabel) \ argument
97 #assertion, #exceptionLabel, 0, __FILE__, __LINE__, 0); \
98 goto exceptionLabel; \
107 #define cc_require_action(assertion, exceptionLabel, action) \ argument
115 goto exceptionLabel; \
119 #define cc_require_action(assertion, exceptionLabel, action) \ argument
[all …]
/xnu-8796.121.2/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 …]