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

#include <tree.h>

Public Member Functions

 unextended_tree ()
 
 unextended_tree (const_tree t)
 
unsigned int get_precision () const
 
const HOST_WIDE_INTget_val () const
 
unsigned int get_len () const
 
const_tree get_tree () const
 

Private Attributes

const_tree m_t
 

Constructor & Destructor Documentation

◆ unextended_tree() [1/2]

wi::unextended_tree::unextended_tree ( )
inline

◆ unextended_tree() [2/2]

wi::unextended_tree::unextended_tree ( const_tree t)
inline

Member Function Documentation

◆ get_len()

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

References TREE_INT_CST_NUNITS.

◆ get_precision()

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

References TREE_TYPE, and TYPE_PRECISION.

◆ get_tree()

const_tree wi::unextended_tree::get_tree ( ) const
inline

References m_t.

◆ get_val()

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

References TREE_INT_CST_ELT.

Field Documentation

◆ m_t

const_tree wi::unextended_tree::m_t
private

Referenced by get_tree().


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