Searched refs:shiftExpr (Results 1 – 3 of 3) sorted by relevance
180 bool IntegralLiteralExpressionMatcher::shiftExpr() { in shiftExpr() function in clang::tidy::modernize::IntegralLiteralExpressionMatcher187 if (!shiftExpr()) in compareExpr()196 if (!shiftExpr()) in compareExpr()
55 bool shiftExpr();
617 const auto *shiftExpr{UnwrapExpr<Expr<SomeInteger>>(args[1])}; in CSHIFT() 619 if (!array || !shiftExpr || !dim) { in CSHIFT() 623 ConvertToType<SubscriptInteger>(Expr<SomeInteger>{*shiftExpr}))}; in CSHIFT() 695 const auto *shiftExpr{UnwrapExpr<Expr<SomeInteger>>(args[1])}; in EOSHIFT() 697 if (!array || !shiftExpr || !dim) { in EOSHIFT() 702 ConvertToType<SubscriptInteger>(Expr<SomeInteger>{*shiftExpr}))}; in EOSHIFT()