HomeSort by relevance Sort by last modified time
    Searched full:_block_copy_internal (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/BlocksRuntime/
runtime.c 285 static void *_Block_copy_internal(const void *arg, const int flags) {
289 //printf("_Block_copy_internal(%p, %x)\n", arg, flags);
454 return _Block_copy_internal(arg, WANTS_ONE);
508 return _Block_copy_internal(aBlock, 0);
579 _Block_assign(_Block_copy_internal(object, flags), destAddr);

Completed in 401 milliseconds