Searched refs:isParenExpr (Results 1 – 1 of 1) sorted by relevance
251 bool parseMemOffset(const MCExpr *&Res, bool isParenExpr);4319 bool MipsAsmParser::parseMemOffset(const MCExpr *&Res, bool isParenExpr) { in parseMemOffset() argument4338 if (isParenExpr) in parseMemOffset()4357 bool isParenExpr = false; in parseMemOperand() local4364 isParenExpr = true; in parseMemOperand()4368 if (parseMemOffset(IdVal, isParenExpr)) in parseMemOperand()