GCC Middle and Back End API Reference
|
#include <analyzer.h>
Public Member Functions | |
path_var (tree t, int stack_depth) | |
bool | operator== (const path_var &other) const |
operator bool () const | |
void | dump (pretty_printer *pp) const |
Data Fields | |
tree | m_tree |
int | m_stack_depth |
A tree, extended with stack frame information for locals, so that we can distinguish between different values of locals within a potentially recursive callstack.
|
inline |
void ana::path_var::dump | ( | pretty_printer * | pp | ) | const |
References m_stack_depth, and m_tree.
int ana::path_var::m_stack_depth |
Referenced by operator==().
tree ana::path_var::m_tree |
Referenced by operator bool(), and operator==().