|
GCC Middle and Back End API Reference
|
#include <common.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 |
References m_stack_depth, and m_tree.
Referenced by operator==().
| void ana::path_var::dump | ( | pretty_printer * | pp | ) | const |
References m_stack_depth, m_tree, and path_var().
| int ana::path_var::m_stack_depth |
Referenced by operator==(), and path_var().
| tree ana::path_var::m_tree |
Referenced by operator bool(), operator==(), and path_var().