clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/EHScopeStack.h"
Public Types | |
typedef T | type |
typedef T | saved_type |
Static Public Member Functions | |
static bool | needsSaving (type value) |
static saved_type | save (CodeGenFunction &CGF, type value) |
static type | restore (CodeGenFunction &CGF, saved_type value) |
Definition at line 55 of file EHScopeStack.h.
typedef T clang::CodeGen::InvariantValue< T >::saved_type |
Definition at line 57 of file EHScopeStack.h.
typedef T clang::CodeGen::InvariantValue< T >::type |
Definition at line 56 of file EHScopeStack.h.
|
inlinestatic |
Definition at line 58 of file EHScopeStack.h.
|
inlinestatic |
Definition at line 60 of file EHScopeStack.h.
|
inlinestatic |
Definition at line 59 of file EHScopeStack.h.
Referenced by EnterNewDeleteCleanup(), and clang::CodeGen::CodeGenFunction::saveValueInCond().