Home
last modified time | relevance | path

Searched refs:SUB_ASSIGN (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h57 SUB_ASSIGN = 25, enumerator
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy180 %right '=' ADD_ASSIGN SUB_ASSIGN MUL_ASSIGN DIV_ASSIGN AND_ASSIGN OR_ASSIGN LS_ASSIGN RS_ASSIGN
597 | symbol SUB_ASSIGN exp ';'
DScriptScanner.ll177 <LDSCRIPT,EXPRESSION>"-=" { return token::SUB_ASSIGN; }