Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp394 struct DestroyObject : EHScopeStack::Cleanup { struct
395 DestroyObject(llvm::Value *addr, QualType type, in DestroyObject() argument
1285 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
1374 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1392 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
1398 pushCleanupAfterFullExpr<DestroyObject>( in pushLifetimeExtendedDestroy()