Home
last modified time | relevance | path

Searched refs:copy2 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/libkern/libclosure/
H A Druntime.cpp357 struct Block_byref_2 *copy2 = (struct Block_byref_2 *)(copy + 1); in _Block_byref_copy() local
358 copy2->byref_keep = src2->byref_keep; in _Block_byref_copy()
359 copy2->byref_destroy = src2->byref_destroy; in _Block_byref_copy()
363 struct Block_byref_3 *copy3 = (struct Block_byref_3*)(copy2 + 1); in _Block_byref_copy()