Home | History | Annotate | Download | only in MCParser

Lines Matching defs:ParseExpression

152   bool ParseExpression(const MCExpr *&Res);
153 virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc);
556 if (ParseExpression(Res)) return true;
570 if (ParseExpression(Res)) return true;
702 bool AsmParser::ParseExpression(const MCExpr *&Res) {
704 return ParseExpression(Res, EndLoc);
756 /// ParseExpression - Parse an expression and return it.
766 bool AsmParser::ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) {
815 if (ParseExpression(Expr))
1522 if (ParseExpression(Value))
1726 if (ParseExpression(Value))
1915 if (ParseExpression(Offset))
2418 if (getParser().ParseExpression(Value))
2437 if (getParser().ParseExpression(Value))
2825 if (getParser().ParseExpression(Value))