Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp730 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT), in callSpecialFunction()
903 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { in callCStructMoveConstructor() function in CodeGenFunction
H A DCGExprAgg.cpp367 CGF.callCStructMoveConstructor(DstLV, src); in EmitFinalDestCopy()
H A DCGBlocks.cpp2295 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType), in emitCopy()
H A DCodeGenFunction.h4490 void callCStructMoveConstructor(LValue Dst, LValue Src);