clang 22.0.0git
|
A specialization of DominatingValue for RValue. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Classes | |
class | saved_type |
Public Types | |
typedef RValue | type |
Public Types inherited from clang::CodeGen::InvariantValue< T > | |
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) |
Static Public Member Functions inherited from clang::CodeGen::InvariantValue< T > | |
static bool | needsSaving (type value) |
static saved_type | save (CodeGenFunction &CGF, type value) |
static type | restore (CodeGenFunction &CGF, saved_type value) |
A specialization of DominatingValue for RValue.
Definition at line 182 of file CodeGenFunction.h.
typedef RValue clang::CodeGen::DominatingValue< RValue >::type |
Definition at line 183 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 219 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 223 of file CodeGenFunction.h.
References clang::CodeGen::DominatingValue< RValue >::saved_type::restore().
|
inlinestatic |
Definition at line 220 of file CodeGenFunction.h.