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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h41 LSHIFT = 9, enumerator in enum:mcld::Operator::Type
173 Operator& Operator::create<Operator::LSHIFT>();
H A DBinaryOp.h68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp191 Operator& Operator::create<Operator::LSHIFT>() {
192 static BinaryOp<Operator::LSHIFT> op;
H A DScriptParser.yy189 %left LSHIFT RSHIFT
690 | exp LSHIFT exp
693 &Operator::create<Operator::LSHIFT>());
H A DBinaryOp.cpp67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule,
H A DScriptScanner.ll168 <LDSCRIPT,EXPRESSION>"<<" { return token::LSHIFT; }

Completed in 83 milliseconds