Home
last modified time | relevance | path

Searched defs:ALLOW_UNUSED_LOCAL (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/include/base/
Dcef_build.h170 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0 macro
/third_party/gn/src/base/
Dcompiler_specific.h64 #define ALLOW_UNUSED_LOCAL(x) (void)x macro