Searched refs:IsDestructed (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenClass.cpp | 181 v, Qualifiers(), AggValueSlot::IsDestructed, AggValueSlot::IsNotAliased, in emitBaseInitializer() 381 thisPtr, Qualifiers(), AggValueSlot::IsDestructed, in emitDelegatingCXXConstructorCall()
|
| H A D | CIRGenValue.h | 326 enum IsDestructed_t { IsNotDestructed, IsDestructed }; enumerator
|
| H A D | CIRGenExprAggregate.cpp | 251 cgf.emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in emitInitializationToLValue()
|
| H A D | CIRGenCXXExpr.cpp | 227 newPtr, allocType.getQualifiers(), AggValueSlot::IsDestructed, in storeAnyExprIntoOneUnit()
|
| H A D | CIRGenDecl.cpp | 515 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in emitExprAsInit()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 386 src, AggValueSlot::IsDestructed, needsGC(type), AggValueSlot::IsAliased, in EmitFinalDestCopy() 1363 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 1385 LHS, AggValueSlot::IsDestructed, needsGC(E->getLHS()->getType()), in VisitBinAssign() 1833 AggValueSlot::IsDestructed, in VisitCXXParenListOrInitListExpr() 2059 elementLV, AggValueSlot::IsDestructed, in VisitArrayInitLoopExpr()
|
| H A D | CGValue.h | 564 enum IsDestructed_t { IsNotDestructed, IsDestructed };
|
| H A D | CGClass.cpp | 581 AggValueSlot::IsDestructed, in EmitBaseInitializer() 705 LHS, AggValueSlot::IsDestructed, AggValueSlot::DoesNotNeedGCBarriers, in EmitInitializerForField() 2090 curAddr, type.getQualifiers(), AggValueSlot::IsDestructed, in EmitCXXAggrConstructorCall() 2495 AggValueSlot::IsDestructed, in EmitDelegatingCXXConstructorCall()
|
| H A D | CGExprCXX.cpp | 988 AggValueSlot::IsDestructed, in StoreAnyExprIntoOneUnit() 1073 AggValueSlot::IsDestructed, in EmitNewArrayInitializer()
|
| H A D | CGDeclCXX.cpp | 61 AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in EmitDeclInit()
|
| H A D | CGObjC.cpp | 1769 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod() 3942 Qualifiers(), AggValueSlot::IsDestructed, in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGStmt.cpp | 1709 AggValueSlot::IsDestructed, in EmitReturnStmt()
|
| H A D | CGDecl.cpp | 2127 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in EmitExprAsInit()
|
| H A D | CGBlocks.cpp | 993 AggValueSlot::IsDestructed, in EmitBlockLiteral()
|
| H A D | CGExpr.cpp | 311 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in EmitInitializationToLValue() 529 AggValueSlot::IsDestructed, in EmitMaterializeTemporaryExpr()
|