Searched defs:cleanupKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp618 CleanupKind cleanupKind = InactiveNormalCleanup; local
H A DCGDecl.cpp504 CleanupKind cleanupKind = CGF.getARCCleanupKind(); local
1213 CleanupKind cleanupKind = NormalAndEHCleanup; local
1335 CleanupKind cleanupKind = getCleanupKind(dtorKind); local
1340 pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
1347 pushLifetimeExtendedDestroy( CleanupKind cleanupKind, llvm::Value *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
H A DCGClass.cpp1519 CleanupKind cleanupKind = getCleanupKind(dtorKind); local
H A DCGObjC.cpp1339 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind); local

Completed in 200 milliseconds