Searched refs:isNonNegativeIntegerValue (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16356 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue() function 16406 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_threads, in ActOnOpenMPNumThreadsClause() 20779 ErrorFound = !isNonNegativeIntegerValue(ValExpr, *this, OMPC_device, in ActOnOpenMPDeviceClause() 22474 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_teams, in ActOnOpenMPNumTeamsClause() 22501 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_thread_limit, in ActOnOpenMPThreadLimitClause() 22529 if (!isNonNegativeIntegerValue( in ActOnOpenMPPriorityClause() 22561 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_grainsize, in ActOnOpenMPGrainsizeClause() 22595 if (!isNonNegativeIntegerValue( in ActOnOpenMPNumTasksClause() 23837 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_ompx_dyn_cgroup_mem, in ActOnOpenMPXDynCGroupMemClause()
|