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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp737 CGF->callCStructMoveConstructor(CGF->MakeAddrLValue(Addrs[DstIdx], FT),
911 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { function in class:CodeGenFunction
H A DCGExprAgg.cpp358 CGF.callCStructMoveConstructor(DstLV, src);
H A DCGBlocks.cpp2314 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType),
H A DCodeGenFunction.h4085 void callCStructMoveConstructor(LValue Dst, LValue Src);

Completed in 237 milliseconds