Lines Matching defs:StrictlyPositive
14442 LoopHelper.NumIterations, OMPC_full, /*StrictlyPositive=*/false,
15388 bool StrictlyPositive, bool BuildCapture = false,
15405 !((!StrictlyPositive && Result->isNonNegative()) ||
15406 (StrictlyPositive && Result->isStrictlyPositive()))) {
15408 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0)
15438 /*StrictlyPositive=*/true))
15457 Expr *E, OpenMPClauseKind CKind, bool StrictlyPositive,
15486 if ((StrictlyPositive && !Result.isStrictlyPositive()) ||
15487 (!StrictlyPositive && !Result.isNonNegative())) {
15489 << getOpenMPClauseName(CKind) << (StrictlyPositive ? 1 : 0)
15991 /*StrictlyPositive=*/true);
16045 FactorExpr, OMPC_partial, /*StrictlyPositive=*/true);
19769 RHS, OMPC_depend, /*StrictlyPositive=*/false);
20015 /*StrictlyPositive=*/false) ||
21718 /*StrictlyPositive=*/true))
21746 /*StrictlyPositive=*/true))
21776 /*StrictlyPositive=*/false, /*BuildCapture=*/true,
21807 /*StrictlyPositive=*/true,
21842 /*StrictlyPositive=*/true, /*BuildCapture=*/true,
23180 /*StrictlyPositive=*/false))