Searched refs:VerifyPositiveIntegerConstantInClause (Results 1 – 2 of 2) sorted by relevance
6870 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()6960 Align = VerifyPositiveIntegerConstantInClause(E, OMPC_aligned); in ActOnOpenMPDeclareSimdDirective()14918 if (!VerifyPositiveIntegerConstantInClause( in ActOnOpenMPUnrollDirective()16424 ExprResult Sema::VerifyPositiveIntegerConstantInClause(Expr *E, in VerifyPositiveIntegerConstantInClause() function in Sema16585 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse); in ActOnOpenMPCollapseClause()16603 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered); in ActOnOpenMPOrderedClause()16964 ExprResult FactorResult = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPPartialClause()16979 AlignVal = VerifyPositiveIntegerConstantInClause(A, OMPC_align); in ActOnOpenMPAlignClause()20217 VerifyPositiveIntegerConstantInClause(Alignment, OMPC_aligned); in ActOnOpenMPAlignedClause()20623 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause()[all …]
10954 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,