Searched refs:checkReductionClauseWithNogroup (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 13182 static bool checkReductionClauseWithNogroup(Sema &S, in checkReductionClauseWithNogroup() function 13238 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPTaskLoopDirective() 13287 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPTaskLoopSimdDirective() 13326 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMasterTaskLoopDirective() 13364 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMaskedTaskLoopDirective() 13413 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMasterTaskLoopSimdDirective() 13463 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMaskedTaskLoopSimdDirective() 13521 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMasterTaskLoopDirective() 13578 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMaskedTaskLoopDirective() 13646 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMasterTaskLoopSimdDirective() [all …]
|