/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1373 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup() 1429 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction 1449 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 1459 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
|
D | CGExprCXX.cpp | 879 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1070 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1695 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
|
D | CGDeclCXX.cpp | 112 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind), in EmitDeclDestroy()
|
D | CGExprAgg.cpp | 437 CGF.getDestroyer(dtorKind)); in EmitArrayInit() 1294 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr()
|
D | CGBlocks.cpp | 609 destroyer = CGF.getDestroyer(dtorKind); in enterBlockScope()
|
D | CGClass.cpp | 1904 getDestroyer(dtorKind), in EnterDtorCleanups()
|
D | CodeGenFunction.h | 1282 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
D | CGObjC.cpp | 1390 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
|
D | CGOpenMPRuntime.cpp | 1838 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 534 CGF.getDestroyer(dtorKind)); in EmitArrayInit() 680 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr() 1356 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr() 1739 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr() 1813 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
|
D | CGDecl.cpp | 2016 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup() 2073 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction 2095 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 2105 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
|
D | CGExprCXX.cpp | 1090 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1257 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 2044 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
|
D | CGDeclCXX.cpp | 140 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
|
D | CGBlocks.cpp | 1066 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral() 1867 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
|
D | CGClass.cpp | 1903 getDestroyer(dtorKind), in EnterDtorCleanups()
|
D | CGObjC.cpp | 1642 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
|
D | CodeGenFunction.h | 1970 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
D | CGExpr.cpp | 4478 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
|
D | CGOpenMPRuntime.cpp | 1821 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition() 1963 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()
|