Home
last modified time | relevance | path

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

/external/compiler-rt/lib/BlocksRuntime/
Druntime.c331 bool hasCTOR = (flags & BLOCK_HAS_CTOR) != 0; in _Block_copy_internal() local
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR); in _Block_copy_internal()
347 if (hasCTOR) { in _Block_copy_internal()