Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:parseExpression

245   bool ParseExpression(const MCExpr *&EVal);
1355 /// ParseExpression. This differs from the default "parseExpression" in that
1358 ParseExpression(const MCExpr *&EVal) {
1365 if (getParser().parseExpression(EVal))
1379 /// This differs from the default "parseExpression" in that it handles detection
1381 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1413 if (getParser().parseExpression(EVal))
1473 if (!ParseExpression(EVal))
1493 if (ParseExpression(TLSSym))
1642 if (getParser().parseExpression(Value))
1792 if (getParser().parseExpression(Expr)) {