Searched refs:NEXT (Results 1 – 6 of 6) sorted by relevance
78 NEXT = 45, enumerator155 Operator& Operator::create<Operator::NEXT>();
80 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module&,
142 Operator& Operator::create<Operator::NEXT>() { in create()143 static UnaryOp<Operator::NEXT> op; in create()
147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, in eval()
135 %token NEXT870 | NEXT '(' exp ')'873 &Operator::create<Operator::NEXT>());
124 <EXPRESSION>"NEXT" { return token::NEXT; }