Searched defs:ALLOW_UNUSED_LOCAL (Results 1 – 2 of 2) sorted by relevance
69 #define ALLOW_UNUSED_LOCAL(x) (void)x macro
81 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0 macro