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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1070 CleanupKind cleanupKind = NormalCleanup; local
H A DCGDecl.cpp620 CleanupKind cleanupKind = CGF.getARCCleanupKind(); local
1941 CleanupKind cleanupKind = NormalAndEHCleanup; local
2075 CleanupKind cleanupKind local
2080 pushDestroy(CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2091 pushLifetimeExtendedDestroy( CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
H A DCGClass.cpp1898 CleanupKind cleanupKind = getCleanupKind(dtorKind); local
H A DCGObjC.cpp1575 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind); local

Completed in 81 milliseconds