Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ParseExpression

238   bool ParseExpression(const MCExpr *&EVal);
1148 /// ParseExpression. This differs from the default "parseExpression" in that
1151 ParseExpression(const MCExpr *&EVal) {
1158 if (getParser().parseExpression(EVal))
1172 /// This differs from the default "parseExpression" in that it handles detection
1174 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1205 if (getParser().parseExpression(EVal))
1264 if (!ParseExpression(EVal))
1284 if (ParseExpression(TLSSym))
1428 if (getParser().parseExpression(Value))