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

Declaration of tree::Cjump. More...

#include <iosfwd>
#include <temp/fwd.hh>
#include <tree/stm.hh>
#include <tree/exp.hh>
#include <tree/label.hh>
#include <tree/name.hh>
#include <tree/cjump.hxx>
Include dependency graph for cjump.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tree::Cjump
 Conditional branching. More...

Namespaces

namespace  tree
 (Low/High) intermediate code.

Functions

Cjump::Relop tree::symmetrize (const Cjump::Relop &r)
 Return the Relop R defined by: (x r y) <=> (y R x)
std::ostream & tree::operator<< (std::ostream &ostr, const Cjump::Relop &r)
 Print Relop r on ostr.

Detailed Description

Declaration of tree::Cjump.