Searched refs:actOnOMPReductionKindClause (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18845 static bool actOnOMPReductionKindClause( in actOnOMPReductionKindClause() function 19631 if (actOnOMPReductionKindClause(SemaRef, DSAStack, OMPC_reduction, VarList, in ActOnOpenMPReductionClause() 19654 if (actOnOMPReductionKindClause(SemaRef, DSAStack, OMPC_task_reduction, in ActOnOpenMPTaskReductionClause() 19674 if (actOnOMPReductionKindClause(SemaRef, DSAStack, OMPC_in_reduction, VarList, in ActOnOpenMPInReductionClause()
|