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

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

Completed in 1173 milliseconds