Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp708 CGF->callCStructCopyConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT), in callSpecialFunction()
889 void CodeGenFunction::callCStructCopyConstructor(LValue Dst, LValue Src) { in callCStructCopyConstructor() function in CodeGenFunction
DCGExprAgg.cpp348 CGF.callCStructCopyConstructor(DstLV, src); in EmitFinalDestCopy()
DCGBlocks.cpp1998 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
DCodeGenFunction.h3945 void callCStructCopyConstructor(LValue Dst, LValue Src);