Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcompiler_specific.h69 #define ALLOW_UNUSED_LOCAL(x) (void)x macro
/external/pdfium/third_party/base/
Dcompiler_specific.h81 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0 macro