Searched refs:getDestroyer (Results 1 – 9 of 9) sorted by relevance
/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 | CGExprAgg.cpp | 437 CGF.getDestroyer(dtorKind)); in EmitArrayInit() 1294 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr()
|
D | CGDeclCXX.cpp | 112 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind), in EmitDeclDestroy()
|
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()
|