#include <Expr.H>
Inheritance diagram for ArgListEC:
Public Member Functions | |
ArgListEC (int size, SrcLoc *tloc) | |
void | PrintD (std::ostream *os) |
Val | Eval (const Context &c) |
void | AddExpr (Expr telem, bool inPK) |
bool | Empty () |
int | Length () |
Public Attributes | |
Exprs | elems |
Bit64 | inPKs |
|
|
|
Definition at line 149 of file Expr.C. References Sequence< Elem, elem_ptrfree >::addhi(), AddVars(), elems, ExprC::freeVars, inPKs, and Sequence< Elem, elem_ptrfree >::size(). Referenced by Actuals(), Formals(), and PickleC::UnpickleExpr(). |
|
Definition at line 121 of file Expr.H. References elems, and Sequence< Elem, elem_ptrfree >::size(). |
|
Implements ExprC. Definition at line 119 of file Expr.H. References NEW. |
|
Definition at line 122 of file Expr.H. References elems, and Sequence< Elem, elem_ptrfree >::size(). Referenced by Formals(). |
|
Implements ExprC. Definition at line 138 of file Expr.C. References elems, Sequence< Elem, elem_ptrfree >::get(), and Sequence< Elem, elem_ptrfree >::size(). Referenced by ClosureVC::PrintD(), ApplyEC::PrintD(), and FuncEC::PrintD(). |
|
Definition at line 115 of file Expr.H. Referenced by AddExpr(), ApplicationFromCache(), ApplyModel(), BindApplicationArgs(), Empty(), Formals(), FuncEC::FuncEC(), Length(), Map(), ParMap(), and PrintD(). |
|
Definition at line 117 of file Expr.H. Referenced by AddExpr(), ApplicationFromCache(), and PickleC::UnpickleExpr(). |