reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4453   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4454     CGF.EmitOMPDistributeLoop(S, emitInnerParallelForWhenCombined,
 4455                               S.getDistInc());
 4459   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4463     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4467     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4469   emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_parallel_for, CodeGen);
 4470   emitPostUpdateForReductionClause(*this, S,