Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp724 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT), in callSpecialFunction()
883 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { in callCStructMoveConstructor() function in CodeGenFunction
H A DCGExprAgg.cpp332 CGF.callCStructMoveConstructor(DstLV, src); in EmitFinalDestCopy()
H A DCGBlocks.cpp2430 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
H A DCodeGenFunction.h3651 void callCStructMoveConstructor(LValue Dst, LValue Src);