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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp705 CGF->callCStructCopyConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT),
886 void CodeGenFunction::callCStructCopyConstructor(LValue Dst, LValue Src) { function in class:CodeGenFunction
H A DCGExprAgg.cpp366 CGF.callCStructCopyConstructor(DstLV, src);
H A DCGBlocks.cpp1971 callCStructCopyConstructor(MakeAddrLValue(dstField, varType),
H A DCGObjC.cpp1147 callCStructCopyConstructor(Dst, Src);
H A DCodeGenFunction.h4084 void callCStructCopyConstructor(LValue Dst, LValue Src);

Completed in 379 milliseconds