Home | History | Annotate | Download | only in Script

Lines Matching refs:Operator

12 #include <mcld/Script/Operator.h>
24 * \brief This class defines the interfaces to an nullary operator token.
27 template<Operator::Type TYPE>
28 class NullaryOp : public Operator
31 friend class Operator;
34 : Operator(Operator::NULLARY, TYPE)
50 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
53 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
57 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,