Searched defs:assertion (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/EXTERNAL_HEADERS/ |
| H A D | AssertMacros.h | 277 #define __Check(assertion) argument 279 #define __Check(assertion) \ argument 293 #define __nCheck(assertion) __Check(!(assertion)) argument 315 #define __Check_String(assertion, message) argument 317 #define __Check_String(assertion, message) \ argument 441 #define __nVerify(assertion) __Verify(!(assertion)) argument 631 #define __Verify_Action(assertion, action) \ argument 1291 #define check(assertion) __Check(assertion) argument 1339 #define verify(assertion) __Verify(assertion) argument 1363 #define ncheck(assertion) __nCheck(assertion) argument [all …]
|
| /xnu-11215/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_macros.h | 42 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument 50 #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 124 #define cc_require_or_return(assertion, value) \ argument 131 #define cc_require_or_return(assertion, value) \ argument 139 #define cc_require_or_return(assertion, value) \ argument
|
| /xnu-11215/osfmk/corecrypto/ |
| H A D | cc_macros.h | 70 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument 78 #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 152 #define cc_require_or_return(assertion, value) \ argument 159 #define cc_require_or_return(assertion, value) \ argument 167 #define cc_require_or_return(assertion, value) \ argument
|