Searched refs:ALLOW_UNUSED (Results 1 – 2 of 2) sorted by relevance
209 #define ALLOW_UNUSED __attribute__((unused)) macro211 #define ALLOW_UNUSED macro215 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED
250 #define ALLOW_UNUSED __attribute__((unused)) macro252 #define ALLOW_UNUSED macro256 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED