Home
last modified time | relevance | path

Searched refs:pushDestroy (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp505 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
516 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
1326 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
1331 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
1336 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1340 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, in pushDestroy() function in CodeGenFunction
1653 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty); in EmitParmDecl()
HDCGCleanup.cpp1142 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
HDCodeGenFunction.h1013 void pushDestroy(QualType::DestructionKind dtorKind,
1017 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
HDCGExprAgg.cpp1210 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
HDCGExpr.cpp227 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
278 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
HDCGBlocks.cpp623 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
HDCGCall.cpp2039 pushDestroy(EHCleanup, RV.getAggregateAddr(), type, destroyCXXObject, in EmitCallArg()