Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h78 NEXT = 45, enumerator
155 Operator& Operator::create<Operator::NEXT>();
DUnaryOp.h80 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp142 Operator& Operator::create<Operator::NEXT>() { in create()
143 static UnaryOp<Operator::NEXT> op; in create()
DUnaryOp.cpp147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, in eval()
DScriptParser.yy135 %token NEXT
870 | NEXT '(' exp ')'
873 &Operator::create<Operator::NEXT>());
DScriptScanner.ll124 <EXPRESSION>"NEXT" { return token::NEXT; }