Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprAgg.cpp558 CGF.getDestroyer(dtorKind)); in EmitArrayInit()
705 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr()
1382 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr()
1784 CGF.getDestroyer(dtorKind), false); in VisitCXXParenListOrInitListExpr()
1861 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
DCGDecl.cpp2038 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup()
2095 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction
2117 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2127 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
DCGExprCXX.cpp1095 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
1264 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
2050 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
DCGDeclCXX.cpp142 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
DCGBlocks.cpp1069 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral()
1848 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
DCGClass.cpp1968 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup); in EnterDtorCleanups()
DCGObjC.cpp1702 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
DCodeGenFunction.h2074 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
DCGExpr.cpp4556 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
DCGOpenMPRuntime.cpp1783 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1941 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()