Searched refs:UNARY_PLUS (Results 1 – 5 of 5) sorted by relevance
39 UNARY_PLUS = 0, enumerator140 Operator& Operator::create<Operator::UNARY_PLUS>();
53 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
118 Operator& Operator::create<Operator::UNARY_PLUS>() in create()120 static UnaryOp<Operator::UNARY_PLUS> op; in create()
22 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module& pModule, in eval()
189 %right UNARY_PLUS UNARY_MINUS '!' '~'625 | '+' exp %prec UNARY_PLUS628 &Operator::create<Operator::UNARY_PLUS>());