Searched refs:DIV_ASSIGN (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h59 DIV_ASSIGN = 27, enumerator in enum:mcld::Operator::Type
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy180 %right '=' ADD_ASSIGN SUB_ASSIGN MUL_ASSIGN DIV_ASSIGN AND_ASSIGN OR_ASSIGN LS_ASSIGN RS_ASSIGN
599 | symbol DIV_ASSIGN exp ';'
H A DScriptScanner.ll179 <LDSCRIPT,EXPRESSION>"/=" { return token::DIV_ASSIGN; }

Completed in 151 milliseconds