Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp737 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT), in callSpecialFunction()
911 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { in callCStructMoveConstructor() function in CodeGenFunction
H A DCGExprAgg.cpp342 CGF.callCStructMoveConstructor(DstLV, src); in EmitFinalDestCopy()
H A DCGBlocks.cpp2318 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
H A DCodeGenFunction.h4080 void callCStructMoveConstructor(LValue Dst, LValue Src);