Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ParseExpression

279   bool ParseExpression(const MCExpr *&EVal);
1529 /// ParseExpression. This differs from the default "parseExpression" in that
1532 ParseExpression(const MCExpr *&EVal) {
1539 if (getParser().parseExpression(EVal))
1553 /// This differs from the default "parseExpression" in that it handles detection
1555 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1587 if (getParser().parseExpression(EVal))
1645 if (!ParseExpression(EVal))
1666 if (ParseExpression(TLSSym))
1817 if (getParser().parseExpression(Value))
1938 check(getParser().parseExpression(Expr), L, "expected expression") ||