Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp251 cgf.emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in emitInitializationToLValue()
388 void CIRGenFunction::emitAggExpr(const Expr *e, AggValueSlot slot) { in emitAggExpr() function in CIRGenFunction
396 emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsNotDestructed, in emitAggExprToLValue()
H A DCIRGenClass.cpp184 emitAggExpr(baseInit->getInit(), aggSlot); in emitBaseInitializer()
385 emitAggExpr(ctor->init_begin()[0]->getInit(), aggSlot); in emitDelegatingCXXConstructorCall()
H A DCIRGenCXXExpr.cpp229 cgf.emitAggExpr(init, slot); in storeAnyExprIntoOneUnit()
H A DCIRGenDecl.cpp514 emitAggExpr(init, in emitExprAsInit()
H A DCIRGenFunction.h749 void emitAggExpr(const clang::Expr *e, AggValueSlot slot);
H A DCIRGenExpr.cpp1137 emitAggExpr(e, aggSlot); in emitAnyExpr()