Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp548 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
559 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
1376 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
1381 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
1386 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1390 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, in pushDestroy() function in CodeGenFunction
1716 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty); in EmitParmDecl()
HDCGCleanup.cpp1168 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
HDCodeGenFunction.h1135 void pushDestroy(QualType::DestructionKind dtorKind,
1139 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
HDCGExprAgg.cpp1258 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
HDCGExpr.cpp231 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
282 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
HDCGBlocks.cpp636 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
HDCGOpenMPRuntime.cpp2001 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()