Home | History | Annotate | Download | only in Sema

Lines Matching refs:Safelen

2056   // The parameter of the safelen clause must be a constant
2058 ExprResult Safelen = VerifyPositiveIntegerConstantInClause(Len, OMPC_safelen);
2059 if (Safelen.isInvalid())
2062 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc);