clang 23.0.0git
clang::CodeGen::DominatingValue< RValue >::saved_type Class Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/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 184 of file CodeGenFunction.h.

Member Function Documentation

◆ needsSaving()

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

◆ restore()

◆ save()

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 196 of file CodeGenFunction.h.

◆ first

◆ second

◆ []

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

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