Searched refs:getDestroyer (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 566 CGF.getDestroyer(dtorKind)); in EmitArrayInit() 721 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr() 1398 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr() 1792 CGF.getDestroyer(dtorKind), false); in VisitCXXParenListOrInitListExpr() 1848 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
|
| H A D | CGDecl.cpp | 2130 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup() 2187 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction 2209 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 2219 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy() 2238 cleanupKind, addr, type, getDestroyer(dtorKind), cleanupKind & EHCleanup); in pushDestroyAndDeferDeactivation()
|
| H A D | CGExprCXX.cpp | 1120 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1291 ElementAlign, getDestroyer(DtorKind)); in EmitNewArrayInitializer() 2073 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
|
| H A D | CGDeclCXX.cpp | 141 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
|
| H A D | CGBlocks.cpp | 1054 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral() 1831 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
|
| H A D | CGClass.cpp | 1968 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup); in EnterDtorCleanups()
|
| H A D | CGObjC.cpp | 1696 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
|
| H A D | CodeGenFunction.h | 2231 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
| H A D | CGExpr.cpp | 5021 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
|
| H A D | CGOpenMPRuntime.cpp | 1712 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
|