Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp666 CleanupKind cleanupKind = CGF.getARCCleanupKind(); EmitAutoVarWithLifetime() local
2072 CleanupKind cleanupKind = NormalAndEHCleanup; emitAutoVarTypeCleanup() local
2206 CleanupKind cleanupKind = getCleanupKind(dtorKind); pushDestroy() local
2211 pushDestroy(CleanupKind cleanupKind,Address addr,QualType type,Destroyer * destroyer,bool useEHCleanupForArray) pushDestroy() argument
2224 CleanupKind cleanupKind = getCleanupKind(dtorKind); pushDestroyAndDeferDeactivation() local
2230 pushDestroyAndDeferDeactivation(CleanupKind cleanupKind,Address addr,QualType type,Destroyer * destroyer,bool useEHCleanupForArray) pushDestroyAndDeferDeactivation() argument
2248 pushLifetimeExtendedDestroy(CleanupKind cleanupKind,Address addr,QualType type,Destroyer * destroyer,bool useEHCleanupForArray) pushLifetimeExtendedDestroy() argument
[all...]
H A DCGBlocks.cpp1048 CleanupKind cleanupKind = NormalCleanup; EmitBlockLiteral() local
H A DCGClass.cpp1965 CleanupKind cleanupKind = getCleanupKind(dtorKind); in EnterDtorCleanups() local
H A DCGObjC.cpp1699 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind); emitCXXDestructMethod() local