clang 20.0.0git
|
Cleanup action for allocate support. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
OMPAllocateCleanupTy (llvm::CallInst *RLFnCI) | |
void | Emit (CodeGenFunction &CGF, Flags) override |
Emit the cleanup. | |
Public Member Functions inherited from clang::CodeGen::EHScopeStack::Cleanup | |
Cleanup (const Cleanup &)=default | |
Cleanup (Cleanup &&) | |
Cleanup & | operator= (const Cleanup &)=delete |
Cleanup & | operator= (Cleanup &&)=delete |
Cleanup ()=default | |
virtual bool | isRedundantBeforeReturn () |
virtual void | Emit (CodeGenFunction &CGF, Flags flags)=0 |
Emit the cleanup. | |
Additional Inherited Members | |
Protected Member Functions inherited from clang::CodeGen::EHScopeStack::Cleanup | |
~Cleanup ()=default | |
Cleanup action for allocate support.
Definition at line 1889 of file CodeGenFunction.h.
|
inline |
Definition at line 1895 of file CodeGenFunction.h.
|
inlineoverridevirtual |
Emit the cleanup.
For normal cleanups, this is run in the same EH context as when the cleanup was pushed, i.e. the immediately-enclosing context of the cleanup scope. For EH cleanups, this is run in a terminate context.
Implements clang::CodeGen::EHScopeStack::Cleanup.
Definition at line 1899 of file CodeGenFunction.h.
References clang::CodeGen::CodeGenFunction::Builder, and clang::CodeGen::CodeGenFunction::HaveInsertPoint().