Searched defs:UnaryOp (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h1 //===- UnaryOp.h ----------------------------------------------------------===//
23 /** \class UnaryOp
28 class UnaryOp : public Operator { class in namespace:mcld
32 UnaryOp() : Operator(Operator::UNARY, TYPE), m_pOperand(NULL) {} function in class:mcld::UnaryOp
35 ~UnaryOp() {}
46 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
49 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
52 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(const Module&,
55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
59 IntOperand* UnaryOp<Operato
[all...]

Completed in 938 milliseconds