Home
last modified time | relevance | path

Searched refs:checkReductionClauseWithNogroup (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp13602 static bool checkReductionClauseWithNogroup(Sema &S, in checkReductionClauseWithNogroup() function
13658 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPTaskLoopDirective()
13707 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPTaskLoopSimdDirective()
13746 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMasterTaskLoopDirective()
13784 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMaskedTaskLoopDirective()
13833 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMasterTaskLoopSimdDirective()
13883 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPMaskedTaskLoopSimdDirective()
13941 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMasterTaskLoopDirective()
13998 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMaskedTaskLoopDirective()
14066 if (checkReductionClauseWithNogroup(*this, Clauses)) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
[all …]