Searched refs:MinBlocksExpr (Results 1 – 1 of 1) sorted by relevance
4156 Expr *MinBlocksExpr = Attr.getArg(1); in handleLaunchBoundsAttr() local4157 if (MinBlocksExpr->isTypeDependent() || in handleLaunchBoundsAttr()4158 MinBlocksExpr->isValueDependent() || in handleLaunchBoundsAttr()4159 !MinBlocksExpr->isIntegerConstantExpr(MinBlocks, S.Context)) { in handleLaunchBoundsAttr()4161 << "launch_bounds" << 2 << MinBlocksExpr->getSourceRange(); in handleLaunchBoundsAttr()