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

#include "/home/buildbot/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 200 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

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