Searched refs:emitAggExpr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 251 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 D | CIRGenClass.cpp | 184 emitAggExpr(baseInit->getInit(), aggSlot); in emitBaseInitializer() 385 emitAggExpr(ctor->init_begin()[0]->getInit(), aggSlot); in emitDelegatingCXXConstructorCall()
|
| H A D | CIRGenCXXExpr.cpp | 229 cgf.emitAggExpr(init, slot); in storeAnyExprIntoOneUnit()
|
| H A D | CIRGenDecl.cpp | 514 emitAggExpr(init, in emitExprAsInit()
|
| H A D | CIRGenFunction.h | 749 void emitAggExpr(const clang::Expr *e, AggValueSlot slot);
|
| H A D | CIRGenExpr.cpp | 1137 emitAggExpr(e, aggSlot); in emitAnyExpr()
|