Searched refs:VerifyPositiveIntegerConstantInClause (Results 1 – 2 of 2) sorted by relevance
6791 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()6881 Align = VerifyPositiveIntegerConstantInClause(E, OMPC_aligned); in ActOnOpenMPDeclareSimdDirective()14778 if (!VerifyPositiveIntegerConstantInClause( in ActOnOpenMPUnrollDirective()16249 ExprResult Sema::VerifyPositiveIntegerConstantInClause(Expr *E, in VerifyPositiveIntegerConstantInClause() function in Sema16398 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse); in ActOnOpenMPCollapseClause()16416 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered); in ActOnOpenMPOrderedClause()16707 ExprResult FactorResult = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPPartialClause()16722 AlignVal = VerifyPositiveIntegerConstantInClause(A, OMPC_align); in ActOnOpenMPAlignClause()19934 VerifyPositiveIntegerConstantInClause(Alignment, OMPC_aligned); in ActOnOpenMPAlignedClause()20340 ExprResult RHSRes = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPDependClause()[all …]
10624 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,