clang API Documentation
A specialization of DominatingValue for RValue. More...
#include <CodeGenFunction.h>
Classes | |
| class | saved_type |
Public Types | |
| typedef RValue | 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) |
A specialization of DominatingValue for RValue.
Definition at line 2835 of file CodeGenFunction.h.
| typedef RValue clang::CodeGen::DominatingValue< RValue >::type |
Definition at line 2836 of file CodeGenFunction.h.
| static bool clang::CodeGen::DominatingValue< RValue >::needsSaving | ( | type | value | ) | [inline, static] |
Definition at line 2853 of file CodeGenFunction.h.
| static type clang::CodeGen::DominatingValue< RValue >::restore | ( | CodeGenFunction & | CGF, |
| saved_type | value | ||
| ) | [inline, static] |
Definition at line 2859 of file CodeGenFunction.h.
| static saved_type clang::CodeGen::DominatingValue< RValue >::save | ( | CodeGenFunction & | CGF, |
| type | value | ||
| ) | [inline, static] |
Definition at line 2856 of file CodeGenFunction.h.