C-Breeze
C Compiler Infrastructure

[ Project home page]

ifNode Member List

This is the complete list of members for ifNode, including all inherited members.

_else_coordifNode [private]
_false_brifNode [private]
annotations()Node [inline]
at_exit() const stmtNode [inline]
at_exit(FlowVal *ae)stmtNode [inline]
base_type(bool TdefIndir) const Node [virtual]
change(Changer &the_changer, bool redispatch=false)ifNode [virtual]
clone() const ifNode [inline, virtual]
comment()stmtNode [inline]
coord() const Node [inline]
coord(const Coord coord)Node [inline]
dataflow(FlowVal *v, FlowProblem &fp)ifNode [virtual]
datatype() const Node
datatype_superior() const Node
deleted_nodesNode [static]
else_coord() const ifNode [inline]
else_coord(const Coord the_coord)ifNode [inline]
expr() const selectionNode [inline]
expr(exprNode *expr)selectionNode [inline]
false_br() const ifNode [inline]
false_br(blockNode *false_br)ifNode [inline]
gen() const Node [inline]
gen(FlowVal *g)Node [inline]
get_expr()selectionNode [inline]
get_false_br()ifNode [inline]
get_stmt()selectionNode [inline]
get_true_br()ifNode [inline]
ifNode(exprNode *expr, stmtNode *true_br, stmtNode *false_br, const Coord if_coord=Coord::Unknown, const Coord else_coord=Coord::Unknown)ifNode
kill() const Node [inline]
kill(FlowVal *k)Node [inline]
markNode
Node(NodeType typ, const Coord coord, bool parenthesized=false)Node
Node(const Node &other)Node
nodesNode [static]
output(output_context &ct, Node *par)stmtNode [virtual]
output_comment(output_context &ct)stmtNode
output_stmt(output_context &ct, Node *par)ifNode [virtual]
parenthesized() const Node [inline]
parenthesized(bool paren)Node [inline]
report()Node [static]
selectionNode(NodeType typ, exprNode *expr, stmtNode *stmt, const Coord coord)selectionNode
stmt() const selectionNode [inline]
stmt(blockNode *stmt)selectionNode [inline]
stmtNode(NodeType typ, const Coord coord)stmtNode
true_br() const ifNode [inline]
true_br(blockNode *true_br)ifNode [inline]
typ() const Node [inline]
type() const Node [inline, virtual]
visit(Visitor *the_visitor)ifNode [virtual]
walk(Walker &the_walker)ifNode [virtual]
~ifNode()ifNode [virtual]
~Node()Node [virtual]
~selectionNode()selectionNode [virtual]
~stmtNode()stmtNode [virtual]


Generated on February 1, 2006
Back to the C-Breeze home page