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

  /art/runtime/
object_callbacks.h 41 typedef mirror::Object* (MarkObjectCallback)(mirror::Object* obj, void* arg) WARN_UNUSED;
48 typedef mirror::Object* (IsMarkedCallback)(mirror::Object* object, void* arg) WARN_UNUSED;
53 void* arg) WARN_UNUSED;
utils.h 184 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
194 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
203 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
211 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
  /art/runtime/base/unix_file/
fd_file.h 53 virtual int Close() WARN_UNUSED;
54 virtual int64_t Read(char* buf, int64_t byte_count, int64_t offset) const WARN_UNUSED;
55 virtual int SetLength(int64_t new_length) WARN_UNUSED;
57 virtual int64_t Write(const char* buf, int64_t byte_count, int64_t offset) WARN_UNUSED;
58 virtual int Flush() WARN_UNUSED;
64 int FlushCloseOrErase() WARN_UNUSED;
67 int FlushClose() WARN_UNUSED;
76 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
77 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
  /art/runtime/base/
macros.h 179 #define WARN_UNUSED __attribute__((warn_unused_result))
  /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/gc/
heap.h 555 std::string DumpSpaces() const WARN_UNUSED;
    [all...]

Completed in 141 milliseconds