|
clang
5.0.0
|
An exceptions scope which filters exceptions thrown through it. More...
Public Member Functions | |
| EHFilterScope (unsigned numFilters) | |
| unsigned | getNumFilters () const |
| void | setFilter (unsigned i, llvm::Value *filterValue) |
| llvm::Value * | getFilter (unsigned i) const |
Public Member Functions inherited from clang::CodeGen::EHScope | |
| EHScope (Kind kind, EHScopeStack::stable_iterator enclosingEHScope) | |
| Kind | getKind () const |
| llvm::BasicBlock * | getCachedLandingPad () const |
| void | setCachedLandingPad (llvm::BasicBlock *block) |
| llvm::BasicBlock * | getCachedEHDispatchBlock () const |
| void | setCachedEHDispatchBlock (llvm::BasicBlock *block) |
| bool | hasEHBranches () const |
| EHScopeStack::stable_iterator | getEnclosingEHScope () const |
Static Public Member Functions | |
| static size_t | getSizeForNumFilters (unsigned numFilters) |
| static bool | classof (const EHScope *scope) |
Additional Inherited Members | |
Public Types inherited from clang::CodeGen::EHScope | |
| enum | Kind { Cleanup, Catch, Terminate, Filter, PadEnd } |
Protected Attributes inherited from clang::CodeGen::EHScope | |
| union { | |
| CommonBitFields CommonBits | |
| CatchBitFields CatchBits | |
| CleanupBitFields CleanupBits | |
| FilterBitFields FilterBits | |
| }; | |
An exceptions scope which filters exceptions thrown through it.
Only exceptions matching the filter types will be permitted to be thrown.
This is used to implement C++ exception specifications.
Definition at line 438 of file CGCleanup.h.
|
inline |
Definition at line 451 of file CGCleanup.h.
References clang::CodeGen::EHScope::FilterBits.
Referenced by getSizeForNumFilters().
Definition at line 473 of file CGCleanup.h.
References clang::CodeGen::EHScope::Filter, and clang::CodeGen::EHScope::getKind().
|
inline |
Definition at line 468 of file CGCleanup.h.
References getNumFilters().
Referenced by clang::CodeGen::CodeGenFunction::EmitLandingPad().
|
inline |
Definition at line 461 of file CGCleanup.h.
References clang::CodeGen::EHScope::FilterBits.
Referenced by emitFilterDispatchBlock(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), getFilter(), clang::CodeGen::EHScopeStack::popFilter(), and setFilter().
|
inlinestatic |
Definition at line 457 of file CGCleanup.h.
References EHFilterScope().
Referenced by clang::CodeGen::EHScopeStack::iterator::operator++(), clang::CodeGen::EHScopeStack::popFilter(), and clang::CodeGen::EHScopeStack::pushFilter().
|
inline |
Definition at line 463 of file CGCleanup.h.
References getNumFilters().
Referenced by clang::CodeGen::CodeGenFunction::EmitStartEHSpec().
1.8.6