Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp663 CleanupKind cleanupKind = CGF.getARCCleanupKind(); EmitAutoVarWithLifetime() local
2053 CleanupKind cleanupKind = NormalAndEHCleanup; emitAutoVarTypeCleanup() local
2187 CleanupKind cleanupKind = getCleanupKind(dtorKind); pushDestroy() local
2192 pushDestroy(CleanupKind cleanupKind,Address addr,QualType type,Destroyer * destroyer,bool useEHCleanupForArray) pushDestroy() argument
2208 pushLifetimeExtendedDestroy(CleanupKind cleanupKind,Address addr,QualType type,Destroyer * destroyer,bool useEHCleanupForArray) pushLifetimeExtendedDestroy() argument
[all...]
H A DCGBlocks.cpp1047 CleanupKind cleanupKind = NormalCleanup; EmitBlockLiteral() local
H A DCGClass.cpp1957 CleanupKind cleanupKind = getCleanupKind(dtorKind); EnterDtorCleanups() local
H A DCGObjC.cpp1695 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind); emitCXXDestructMethod() local