Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp534 CGF.getDestroyer(dtorKind)); in EmitArrayInit()
680 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr()
1357 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr()
1741 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr()
1815 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
H A DCGDecl.cpp2019 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup()
2076 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction
2098 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2108 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
H A DCGExprCXX.cpp1093 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
1262 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
2049 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
H A DCGDeclCXX.cpp140 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
H A DCGBlocks.cpp1066 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral()
1870 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
H A DCGClass.cpp1903 getDestroyer(dtorKind), in EnterDtorCleanups()
H A DCGObjC.cpp1643 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
H A DCodeGenFunction.h2014 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGExpr.cpp4490 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
H A DCGOpenMPRuntime.cpp1837 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1979 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()