GCC Middle and Back End API Reference
wi::extended_tree< N > Class Template Reference

#include <tree.h>

Public Member Functions

 extended_tree ()
 
 extended_tree (const_tree)
 
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

◆ extended_tree() [1/2]

template<int N>
wi::extended_tree< N >::extended_tree ( )
inline

◆ extended_tree() [2/2]

template<int N>
wi::extended_tree< N >::extended_tree ( const_tree t)
inline

Member Function Documentation

◆ get_len()

◆ get_precision()

template<int N>
unsigned int wi::extended_tree< N >::get_precision ( ) const
inline

References N.

◆ get_tree()

template<int N>
const_tree wi::extended_tree< N >::get_tree ( ) const
inline

◆ get_val()

template<int N>
const HOST_WIDE_INT * wi::extended_tree< N >::get_val ( ) const
inline

References TREE_INT_CST_ELT.

Field Documentation

◆ m_t

template<int N>
const_tree wi::extended_tree< N >::m_t
private

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