Searched refs:AttrExpr (Results 1 – 5 of 5) sorted by relevance
1556 const MCExpr *AttrExpr; in parseDirectiveAttribute() local1559 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()1562 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
678 const MCExpr *AttrExpr; in parseDirectiveAttribute() local681 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()684 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
3024 const MCExpr *AttrExpr; in parseDirectiveAttribute() local3027 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()3030 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
8131 const auto *AttrExpr = Attr.getArgAsExpr(0); in verifyValidIntegerConstantExpr() local8132 if (!AttrExpr->isTypeDependent()) { in verifyValidIntegerConstantExpr()8134 AttrExpr->getIntegerConstantExpr(S.Context)) { in verifyValidIntegerConstantExpr()8140 << Attr << AANT_ArgumentIntegerConstant << AttrExpr->getSourceRange(); in verifyValidIntegerConstantExpr()
11824 const MCExpr *AttrExpr; in parseDirectiveEabiAttr() local11827 if (Parser.parseExpression(AttrExpr)) in parseDirectiveEabiAttr()11830 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveEabiAttr()