Searched refs:endOfInit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp423 Address endOfInit = Address::invalid(); local
431 endOfInit = CGF.CreateTempAlloca(begin->getType(), CGF.getPointerAlign(),
432 "arrayinit.endOfInit");
433 cleanupDominator = Builder.CreateStore(begin, endOfInit);
434 CGF.pushIrregularPartialArrayCleanup(begin, endOfInit, elementType,
462 if (endOfInit.isValid()) Builder.CreateStore(element, endOfInit);
487 if (endOfInit.isValid()) Builder.CreateStore(element, endOfInit);
517 if (endOfInit
[all...]

Completed in 36 milliseconds