Searched defs:cleanupKind (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 666 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 D | CGBlocks.cpp | 1048 CleanupKind cleanupKind = NormalCleanup; EmitBlockLiteral() local
|
H A D | CGClass.cpp | 1965 CleanupKind cleanupKind = getCleanupKind(dtorKind); in EnterDtorCleanups() local
|
H A D | CGObjC.cpp | 1699 CleanupKind cleanupKind = CGF.getCleanupKind(dtorKind); emitCXXDestructMethod() local
|