Searched refs:getDestroyer (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1287 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup() 1344 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction 1364 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 1374 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
|
D | CGExprCXX.cpp | 831 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 993 getDestroyer(DtorKind)); in EmitNewArrayInitializer() 1580 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
|
D | CGExprAgg.cpp | 432 CGF.getDestroyer(dtorKind)); in EmitArrayInit() 1248 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr()
|
D | CGDeclCXX.cpp | 107 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind), in EmitDeclDestroy()
|
D | CGBlocks.cpp | 620 destroyer = CGF.getDestroyer(dtorKind); in enterBlockScope()
|
D | CGOpenMPRuntime.cpp | 891 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
|
D | CGClass.cpp | 1601 getDestroyer(dtorKind), in EnterDtorCleanups()
|
D | CodeGenFunction.h | 1114 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
D | CGObjC.cpp | 1334 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
|