Searched refs:checkReductionClauseWithNogroup (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 13175 static bool checkReductionClauseWithNogroup(Sema &S, in checkReductionClauseWithNogroup() function 13231 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPTaskLoopDirective() 13269 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPTaskLoopSimdDirective() 13308 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPMasterTaskLoopDirective() 13346 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPMaskedTaskLoopDirective() 13384 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPMasterTaskLoopSimdDirective() 13423 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPMaskedTaskLoopSimdDirective() 13464 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPParallelMasterTaskLoopDirective() 13503 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPParallelMaskedTaskLoopDirective() 13542 if (checkReductionClauseWithNogroup(SemaRef, Clauses)) in ActOnOpenMPParallelMasterTaskLoopSimdDirective() [all …]
|