clang API Documentation

Classes | Public Types | Static Public Member Functions
clang::CodeGen::DominatingValue< RValue > Struct Template Reference

A specialization of DominatingValue for RValue. More...

#include <CodeGenFunction.h>

List of all members.

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)

Detailed Description

template<>
struct clang::CodeGen::DominatingValue< RValue >

A specialization of DominatingValue for RValue.

Definition at line 2835 of file CodeGenFunction.h.


Member Typedef Documentation

Definition at line 2836 of file CodeGenFunction.h.


Member Function Documentation

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.


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