HomeSort by relevance Sort by last modified time
    Searched refs:ALLOW_UNUSED_LOCAL (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/
compiler_specific.h 80 // ALLOW_UNUSED_LOCAL(x);
81 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0
security_unittest.cc 117 ALLOW_UNUSED_LOCAL(kDynamicArraySize);
tuple_unittest.cc 36 ALLOW_UNUSED_LOCAL(t0);
  /external/libweave/third_party/chromium/base/
compiler_specific.h 80 // ALLOW_UNUSED_LOCAL(x);
81 #define ALLOW_UNUSED_LOCAL(x) false ? (void)x : (void)0
tuple_unittest.cc 37 ALLOW_UNUSED_LOCAL(t0);

Completed in 1041 milliseconds