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

  /art/runtime/
object_callbacks.h 62 typedef mirror::Object* (MarkObjectCallback)(mirror::Object* obj, void* arg) WARN_UNUSED;
72 typedef mirror::Object* (IsMarkedCallback)(mirror::Object* object, void* arg) WARN_UNUSED;
77 void* arg) WARN_UNUSED;
utils.h 172 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
182 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
191 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
199 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
class_linker.h 667 WARN_UNUSED SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
ctx.h 42 #define WARN_UNUSED GCC_WARN_UNUSED_RESULT
44 #define WARN_UNUSED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 42 #define WARN_UNUSED GCC_WARN_UNUSED_RESULT
44 #define WARN_UNUSED
  /art/runtime/base/
macros.h 179 #define WARN_UNUSED __attribute__((warn_unused_result))
  /art/runtime/gc/
heap.h 555 std::string DumpSpaces() const WARN_UNUSED;
    [all...]

Completed in 324 milliseconds