Searched refs:DEBUG_ASSERT_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h54 * In debug builds, if assertion evaluates to false, calls DEBUG_ASSERT_MESSAGE
58 * In debug builds, if assertion evaluates to false, calls DEBUG_ASSERT_MESSAGE
62 * In debug builds, if the assertion expression evaluates to false, calls DEBUG_ASSERT_MESSAGE
69 * _quiet Suppress call to DEBUG_ASSERT_MESSAGE
70 * _string Allows you to add explanitory message to DEBUG_ASSERT_MESSAGE
73 * resultCode is zero, otherwise it will call DEBUG_ASSERT_MESSAGE with msg
86 * error message formater, defined DEBUG_ASSERT_MESSAGE to your function name.
115 * the DEBUG_ASSERT_MESSAGE macro for inclusion in any assertion messages.
139 * DEBUG_ASSERT_MESSAGE(component, assertion, label, error, file, line, errorCode)
143 * own routine to display assertion messages, you can override DEBUG_ASSERT_MESSAGE
215 #define DEBUG_ASSERT_MESSAGE macro
219 #define DEBUG_ASSERT_MESSAGE macro
[all...]

Completed in 16 milliseconds