clang  3.9.0
Public Member Functions | Static Public Member Functions | List of all members
clang::CodeGen::DominatingValue< RValue >::saved_type Class Reference

#include <CodeGenFunction.h>

Public Member Functions

RValue restore (CodeGenFunction &CGF)
 

Static Public Member Functions

static bool needsSaving (RValue value)
 
static saved_type save (CodeGenFunction &CGF, RValue value)
 

Detailed Description

template<>
class clang::CodeGen::DominatingValue< RValue >::saved_type

Definition at line 3480 of file CodeGenFunction.h.

Member Function Documentation

static bool clang::CodeGen::DominatingValue< RValue >::saved_type::needsSaving ( RValue  value)
static
RValue clang::CodeGen::DominatingValue< RValue >::saved_type::restore ( CodeGenFunction CGF)
static saved_type clang::CodeGen::DominatingValue< RValue >::saved_type::save ( CodeGenFunction CGF,
RValue  value 
)
static

The documentation for this class was generated from the following file: