#include "node.hh"
Go to the source code of this file.
Classes | |
struct | BinOp |
Typedefs | |
typedef const Node(* | comp )(const Node &a, const Node &b) |
typedef bool(* | pred )(const Node &a) |
Enumerations | |
enum | { kAdd, kSub, kMul, kDiv, kRem, kLsh, kRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kAND, kOR, kXOR } |
Variables | |
BinOp * | gBinOpTable [] |
BinOp * | gBinOpLateqTable [] |
anonymous enum |
Definition at line 52 of file binop.cpp.
Referenced by DocCompiler::generateBinOp().
BinOp* gBinOpTable[] |
Definition at line 28 of file binop.cpp.
Referenced by ScalarCompiler::generateBinOp(), ppsig::print(), and simplification().