Searched defs:require_action_string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h1315 #define require_action_string(assertion, exceptionLabel, action, message) __Require_Action_String(assertion, exceptionLabel, action, message) macro
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DDebugServices.h1040 #undef require_action_string macro
1043 #define require_action_string( X, LABEL, ACTION, STR ) \ macro
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.h260 #define require_action_string(cond, dest, act, msg) do { if (!(cond)) { { act; } goto dest; } } while (0) macro
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c173 #define require_action_string( assertion, label, action, cstring ) do { if( !(assertion) ) { {action;}; goto label; } } while(0) macro

Completed in 219 milliseconds