Searched refs:DEBUG_UNUSED (Results 1 – 6 of 6) sorted by relevance
80 #if DEBUG_UNUSED96 #if DEBUG_UNUSED
34 #define DEBUG_UNUSED 0 // set to expose unused functions macro508 #if DEBUG_UNUSED
1134 DEBUG_UNUSED( inComponentSignature ); in DebugAssertOutputHandler()1135 DEBUG_UNUSED( inOptions ); in DebugAssertOutputHandler()1136 DEBUG_UNUSED( inExceptionString ); in DebugAssertOutputHandler()1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()1138 DEBUG_UNUSED( inOutputMsg ); in DebugAssertOutputHandler()2049 DEBUG_UNUSED( inType ); in DebugHexDump()2050 DEBUG_UNUSED( inTypeSize ); in DebugHexDump()
369 #define DEBUG_UNUSED( X ) (void)( X ) macro