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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h403 * __Verify(assertion)
417 #ifndef __Verify
419 #define __Verify(assertion) \ macro
427 #define __Verify(assertion) \ macro
441 #define __nVerify(assertion) __Verify(!(assertion))
1258 replace "verify(<b args>)" with "__Verify(<args>)" \
1339 #define verify(assertion) __Verify(assertion)

Completed in 70 milliseconds