GCC Middle and Back End API Reference
wi::storage_ref Class Reference

#include <wide-int.h>

Inheritance diagram for wi::storage_ref:

Public Member Functions

 storage_ref ()
 
 storage_ref (const HOST_WIDE_INT *, unsigned int, unsigned int)
 
unsigned int get_len () const
 
unsigned int get_precision () const
 
const HOST_WIDE_INTget_val () const
 

Data Fields

const HOST_WIDE_INTval
 
unsigned int len
 
unsigned int precision
 

Constructor & Destructor Documentation

◆ storage_ref() [1/2]

wi::storage_ref::storage_ref ( )
inline

◆ storage_ref() [2/2]

wi::storage_ref::storage_ref ( const HOST_WIDE_INT * ,
unsigned int ,
unsigned int  )

Member Function Documentation

◆ get_len()

unsigned int wi::storage_ref::get_len ( ) const
inline

◆ get_precision()

unsigned int wi::storage_ref::get_precision ( ) const
inline

References wi::precision.

◆ get_val()

const HOST_WIDE_INT * wi::storage_ref::get_val ( ) const
inline

Field Documentation

◆ len

unsigned int wi::storage_ref::len

◆ precision

unsigned int wi::storage_ref::precision

◆ val

const HOST_WIDE_INT* wi::storage_ref::val

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