clang API Documentation

Public Types | Static Public Member Functions
clang::CodeGen::InvariantValue< T > Struct Template Reference

#include <EHScopeStack.h>

Inheritance diagram for clang::CodeGen::InvariantValue< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef T type
typedef T saved_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<class T>
struct clang::CodeGen::InvariantValue< T >

Definition at line 55 of file EHScopeStack.h.


Member Typedef Documentation

template<class T>
typedef T clang::CodeGen::InvariantValue< T >::saved_type

Definition at line 57 of file EHScopeStack.h.

template<class T>
typedef T clang::CodeGen::InvariantValue< T >::type

Definition at line 56 of file EHScopeStack.h.


Member Function Documentation

template<class T>
static bool clang::CodeGen::InvariantValue< T >::needsSaving ( type  value) [inline, static]

Definition at line 58 of file EHScopeStack.h.

template<class T>
static type clang::CodeGen::InvariantValue< T >::restore ( CodeGenFunction CGF,
saved_type  value 
) [inline, static]

Definition at line 60 of file EHScopeStack.h.

template<class T>
static saved_type clang::CodeGen::InvariantValue< T >::save ( CodeGenFunction CGF,
type  value 
) [inline, static]

Definition at line 59 of file EHScopeStack.h.

Referenced by EnterNewDeleteCleanup().


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