Home
last modified time | relevance | path

Searched refs:VerifyPositiveIntegerConstantInClause (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp6870 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 Sema
16478 ExprResult Safelen = VerifyPositiveIntegerConstantInClause(Len, OMPC_safelen); in ActOnOpenMPSafelenClause()
16491 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause()
16585 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse); in ActOnOpenMPCollapseClause()
16603 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered); in ActOnOpenMPOrderedClause()
16941 ExprResult NumForLoopsResult = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPSizesClause()
16964 ExprResult FactorResult = VerifyPositiveIntegerConstantInClause( in ActOnOpenMPPartialClause()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10954 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,