Searched refs:isNonNegativeIntegerValue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16181 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue() function 16231 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_threads, in ActOnOpenMPNumThreadsClause() 20496 ErrorFound = !isNonNegativeIntegerValue(ValExpr, *this, OMPC_device, in ActOnOpenMPDeviceClause() 22176 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_teams, in ActOnOpenMPNumTeamsClause() 22203 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_thread_limit, in ActOnOpenMPThreadLimitClause() 22231 if (!isNonNegativeIntegerValue( in ActOnOpenMPPriorityClause() 22252 if (!isNonNegativeIntegerValue( in ActOnOpenMPGrainsizeClause() 22273 if (!isNonNegativeIntegerValue( in ActOnOpenMPNumTasksClause()
|