Home | History | Annotate | Download | only in MCParser

Lines Matching defs:ParseExpression

166   bool ParseExpression(const MCExpr *&Res);
167 virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc);
611 if (ParseExpression(Res)) return true;
625 if (ParseExpression(Res)) return true;
757 bool AsmParser::ParseExpression(const MCExpr *&Res) {
759 return ParseExpression(Res, EndLoc);
810 /// ParseExpression - Parse an expression and return it.
820 bool AsmParser::ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) {
868 if (ParseExpression(Expr))
1600 if (ParseExpression(Value))
1810 if (ParseExpression(Value))
2000 if (ParseExpression(Offset))
2549 if (getParser().ParseExpression(Value))
2568 if (getParser().ParseExpression(Value))
3006 if (getParser().ParseExpression(Value))