|
clang
3.8.0
|
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 3280 of file CodeGenFunction.h.
| typedef RValue clang::CodeGen::DominatingValue< RValue >::type |
Definition at line 3281 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3300 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3306 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3303 of file CodeGenFunction.h.
1.8.6