Searched refs:CallCleanupFunction (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 500 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct 505 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() function 1419 EHStack.pushCleanup<CallCleanupFunction>(NormalAndEHCleanup, F, &Info, &D); in EmitAutoVarCleanups()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 574 struct CallCleanupFunction final : EHScopeStack::Cleanup { struct 579 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, in CallCleanupFunction() function 2055 EHStack.pushCleanup<CallCleanupFunction>(NormalAndEHCleanup, F, &Info, &D); in EmitAutoVarCleanups()
|