Searched refs:AttrExpr (Results 1 – 5 of 5) sorted by relevance
1554 const MCExpr *AttrExpr; in parseDirectiveAttribute() local1557 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()1560 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
680 const MCExpr *AttrExpr; in parseDirectiveAttribute() local683 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()686 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
3248 const MCExpr *AttrExpr; in parseDirectiveAttribute() local3251 if (Parser.parseExpression(AttrExpr)) in parseDirectiveAttribute()3254 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveAttribute()
8295 const auto *AttrExpr = Attr.getArgAsExpr(0); in verifyValidIntegerConstantExpr() local8296 if (!AttrExpr->isTypeDependent()) { in verifyValidIntegerConstantExpr()8298 AttrExpr->getIntegerConstantExpr(S.Context)) { in verifyValidIntegerConstantExpr()8304 << Attr << AANT_ArgumentIntegerConstant << AttrExpr->getSourceRange(); in verifyValidIntegerConstantExpr()
11882 const MCExpr *AttrExpr; in parseDirectiveEabiAttr() local11885 if (Parser.parseExpression(AttrExpr)) in parseDirectiveEabiAttr()11888 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(AttrExpr); in parseDirectiveEabiAttr()