Searched refs:isNonNegativeIntegerValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8923 static bool isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, in isNonNegativeIntegerValue() function 8959 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_threads, in ActOnOpenMPNumThreadsClause() 12259 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_device, in ActOnOpenMPDeviceClause() 13400 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_teams, in ActOnOpenMPNumTeamsClause() 13427 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_thread_limit, in ActOnOpenMPThreadLimitClause() 13453 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_priority, in ActOnOpenMPPriorityClause() 13469 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_grainsize, in ActOnOpenMPGrainsizeClause() 13485 if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_tasks, in ActOnOpenMPNumTasksClause()
|