Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp6791 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 Sema
16398 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 …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10624 VerifyPositiveIntegerConstantInClause(Expr *Op, OpenMPClauseKind CKind,