clang 19.0.0git
Classes | Public Types | Static Public Member Functions | List of all members
clang::CodeGen::DominatingValue< RValue > Struct Reference

A specialization of DominatingValue for RValue. More...

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

Classes

class  saved_type
 

Public Types

typedef RValue 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

A specialization of DominatingValue for RValue.

Definition at line 199 of file CodeGenFunction.h.

Member Typedef Documentation

◆ type

Definition at line 200 of file CodeGenFunction.h.

Member Function Documentation

◆ needsSaving()

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

Definition at line 221 of file CodeGenFunction.h.

◆ restore()

static type clang::CodeGen::DominatingValue< RValue >::restore ( CodeGenFunction CGF,
saved_type  value 
)
inlinestatic

Definition at line 227 of file CodeGenFunction.h.

◆ save()

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

Definition at line 224 of file CodeGenFunction.h.


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