clang 22.0.0git
clang::CodeGen::InvariantValue< T > Struct Template Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/EHScopeStack.h"

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

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

◆ saved_type

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

Definition at line 57 of file EHScopeStack.h.

◆ type

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

Definition at line 56 of file EHScopeStack.h.

Member Function Documentation

◆ needsSaving()

template<class T>
bool clang::CodeGen::InvariantValue< T >::needsSaving ( type value)
inlinestatic

◆ restore()

template<class T>
type clang::CodeGen::InvariantValue< T >::restore ( CodeGenFunction & CGF,
saved_type value )
inlinestatic

Definition at line 60 of file EHScopeStack.h.

◆ save()

template<class T>
saved_type clang::CodeGen::InvariantValue< T >::save ( CodeGenFunction & CGF,
type value )
inlinestatic

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