Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp740 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT), in callSpecialFunction()
914 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { in callCStructMoveConstructor() function in CodeGenFunction
DCGExprAgg.cpp340 CGF.callCStructMoveConstructor(DstLV, src); in EmitFinalDestCopy()
DCGBlocks.cpp2350 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
DCodeGenFunction.h3946 void callCStructMoveConstructor(LValue Dst, LValue Src);