Searched defs:ALLOW_UNUSED (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dcompiler_specific.h74 // int x ALLOW_UNUSED = ...;
76 #define ALLOW_UNUSED __attribute__((unused)) macro
79 #define ALLOW_UNUSED macro
H A Dtuple_unittest.cc33 Tuple0 t0 ALLOW_UNUSED = MakeTuple(); local

Completed in 92 milliseconds