LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
access.hh File Reference

Location of a local variable. More...

#include <iosfwd>
#include <temp/fwd.hh>
#include <temp/temp.hh>
#include <tree/fwd.hh>
#include <frame/fwd.hh>
#include <frame/access.hxx>
Include dependency graph for access.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  frame::Access
 Variables have to be stored. There are two kinds of places: saved in a register, or in the frame. Access abstracts both. More...
class  frame::In_Register
 Local variable stored in register. More...
class  frame::In_Frame
 Local variable stored in the stack frame. More...

Namespaces

namespace  frame
 Tools to describe activation blocks: Frame, Access.

Functions

std::ostream & frame::operator<< (std::ostream &ostr, const Access &acc)
 Report acc on ostr.

Detailed Description

Location of a local variable.