Searched defs:ALLOW_UNUSED_LOCAL (Results 1 – 2 of 2) sorted by relevance
/third_party/cef/include/base/ | ||
D | cef_build.h | 170 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0 macro |
/third_party/gn/src/base/ | ||
D | compiler_specific.h | 64 #define ALLOW_UNUSED_LOCAL(x) (void)x macro |