clang  3.9.0
Classes | Public Types | Static Public Member Functions | List of all members
clang::CodeGen::DominatingValue< Address > Struct Template Reference

A specialization of DominatingValue for Address. More...

#include <CodeGenFunction.h>

Classes

struct  saved_type
 

Public Types

typedef Address 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< Address >

A specialization of DominatingValue for Address.

Definition at line 3456 of file CodeGenFunction.h.

Member Typedef Documentation

Definition at line 3457 of file CodeGenFunction.h.

Member Function Documentation

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

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