Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ParseExpression

262   bool ParseExpression(const MCExpr *&EVal);
1466 /// ParseExpression. This differs from the default "parseExpression" in that
1469 ParseExpression(const MCExpr *&EVal) {
1476 if (getParser().parseExpression(EVal))
1490 /// This differs from the default "parseExpression" in that it handles detection
1492 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1524 if (getParser().parseExpression(EVal))
1584 if (!ParseExpression(EVal))
1604 if (ParseExpression(TLSSym))
1769 if (getParser().parseExpression(Value))
1927 if (getParser().parseExpression(Expr)) {