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

#include "/home/runner/work/llvm/llvm/repo/clang/lib/CodeGen/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

Definition at line 213 of file CodeGenFunction.h.

Member Function Documentation

◆ needsSaving()

static bool clang::CodeGen::DominatingValue< RValue >::saved_type::needsSaving ( RValue  value)
static

◆ restore()

RValue clang::CodeGen::DominatingValue< RValue >::saved_type::restore ( CodeGenFunction CGF)

◆ save()

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

Member Data Documentation

◆ AggregateAddr

DominatingValue<Address>::saved_type clang::CodeGen::DominatingValue< RValue >::saved_type::AggregateAddr

Definition at line 220 of file CodeGenFunction.h.

◆ first

Definition at line 218 of file CodeGenFunction.h.

◆ second

Definition at line 218 of file CodeGenFunction.h.

◆ 

struct { ... } clang::CodeGen::DominatingValue< RValue >::saved_type::Vals

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