Searched refs:isParenExpr (Results 1 – 1 of 1) sorted by relevance
357 bool parseMemOffset(const MCExpr *&Res, bool isParenExpr);6499 bool MipsAsmParser::parseMemOffset(const MCExpr *&Res, bool isParenExpr) { in parseMemOffset() argument6502 if (isParenExpr) in parseMemOffset()6512 bool isParenExpr = false; in parseMemOperand() local6519 isParenExpr = true; in parseMemOperand()6523 if (parseMemOffset(IdVal, isParenExpr)) in parseMemOperand()