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

  /external/v8/src/base/
compiler-specific.h 12 // typedef Foo Bar ALLOW_UNUSED_TYPE;
14 #define ALLOW_UNUSED_TYPE __attribute__((unused))
16 #define ALLOW_UNUSED_TYPE
flags.h 82 Type::flag_type rhs)ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
87 const Type& rhs)ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
92 Type::mask_type rhs)ALLOW_UNUSED_TYPE; \
95 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
100 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
105 ALLOW_UNUSED_TYPE; \
108 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
113 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
117 operator^(Type::flag_type lhs, Type::mask_type rhs) ALLOW_UNUSED_TYPE; \
120 operator~(Type::flag_type val)ALLOW_UNUSED_TYPE; \
    [all...]
  /external/libchrome/base/
compiler_specific.h 85 // typedef Foo Bar ALLOW_UNUSED_TYPE;
87 #define ALLOW_UNUSED_TYPE __attribute__((unused))
89 #define ALLOW_UNUSED_TYPE
logging_unittest.cc 286 ALLOW_UNUSED_TYPE std::ostream& operator<<(std::ostream& out,
  /external/libweave/third_party/chromium/base/
compiler_specific.h 85 // typedef Foo Bar ALLOW_UNUSED_TYPE;
87 #define ALLOW_UNUSED_TYPE __attribute__((unused))
89 #define ALLOW_UNUSED_TYPE

Completed in 538 milliseconds