Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp63 void emitFinalDestCopy(QualType type, const LValue &src);
113 emitFinalDestCopy(e->getType(), lv); in emitAggLoadOfLValue()
219 void AggExprEmitter::emitFinalDestCopy(QualType type, const LValue &src) { in emitFinalDestCopy() function in AggExprEmitter