Searched refs:pushDestroy (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 548 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()
|
| HD | CGCleanup.cpp | 1168 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| HD | CodeGenFunction.h | 1135 void pushDestroy(QualType::DestructionKind dtorKind, 1139 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
|
| HD | CGExprAgg.cpp | 1258 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
|
| HD | CGExpr.cpp | 231 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 282 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
|
| HD | CGBlocks.cpp | 636 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
|
| HD | CGOpenMPRuntime.cpp | 2001 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()
|