Searched refs:getDestroyer (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGExprAgg.cpp | 558 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()
|
| D | CGDecl.cpp | 2038 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()
|
| D | CGExprCXX.cpp | 1095 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1264 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 2050 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
|
| D | CGDeclCXX.cpp | 142 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
|
| D | CGBlocks.cpp | 1069 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral() 1848 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
|
| D | CGClass.cpp | 1968 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup); in EnterDtorCleanups()
|
| D | CGObjC.cpp | 1702 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
|
| D | CodeGenFunction.h | 2074 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
| D | CGExpr.cpp | 4556 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
|
| D | CGOpenMPRuntime.cpp | 1783 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition() 1941 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()
|