Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp668 CGF.getDestroyer(dtorKind)); in EmitArrayInit()
823 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr()
1532 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr()
1937 CGF.getDestroyer(dtorKind), false); in VisitCXXParenListOrInitListExpr()
2041 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
H A DCGDecl.cpp2195 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup()
2252 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction
2274 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2284 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2291 pushLifetimeExtendedDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushLifetimeExtendedDestroy()
2310 cleanupKind, addr, type, getDestroyer(dtorKind), cleanupKind & EHCleanup); in pushDestroyAndDeferDeactivation()
H A DCGExprCXX.cpp1125 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
1296 ElementAlign, getDestroyer(DtorKind)); in EmitNewArrayInitializer()
2110 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
H A DCGDeclCXX.cpp142 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
H A DCGBlocks.cpp1083 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral()
1878 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
H A DCGClass.cpp1972 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup); in EnterDtorCleanups()
H A DCGObjC.cpp1740 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
H A DCodeGenFunction.h2244 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGExpr.cpp5359 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
H A DCGOpenMPRuntime.cpp1702 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()