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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp79 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
81 void EmitFinalDestCopy(QualType type, const LValue &src,
83 void EmitFinalDestCopy(QualType type, RValue src);
193 return EmitFinalDestCopy(E->getType(), LV);
207 EmitFinalDestCopy(E->getType(), Res);
228 EmitFinalDestCopy(E->getType(), LV);
299 EmitFinalDestCopy(E->getType(), Src);
310 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
311 void AggExprEmitter::EmitFinalDestCopy(QualType type, RValue src) { function in class:AggExprEmitter
314 EmitFinalDestCopy(typ
318 void AggExprEmitter::EmitFinalDestCopy(QualType type, const LValue &src, function in class:AggExprEmitter
[all...]

Completed in 65 milliseconds