Searched defs:assertion (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/EXTERNAL_HEADERS/ |
| H A D | AssertMacros.h | 215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument 219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument 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 331 #define __nCheck_String(assertion, message) __Check_String(!(assertion), message) argument 419 #define __Verify(assertion) \ argument 427 #define __Verify(assertion) \ argument [all …]
|
| /xnu-8020.101.4/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
|