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

  /external/compiler-rt/lib/BlocksRuntime/
Block.h 55 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__)))
Block_private.h 168 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Block.h 55 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__)))
Block_private.h 168 void (*Block_copy)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
  /external/compiler-rt/test/BlocksRuntime/
byrefsanity.c 53 void (*Block_copy)(void *dst, void *src);
  /external/clang/test/ARCMT/
Common.h 109 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__)))

Completed in 85 milliseconds