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 {
30 friend class Operator;
32 NullaryOp() : Operator(Operator::NULLARY, TYPE) {}
43 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
46 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
50 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,