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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4476   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4477     CGF.EmitOMPDistributeLoop(S, emitInnerParallelForWhenCombined,
 4478                               S.getDistInc());
 4482   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4486     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4490     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4492   emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_parallel_for, CodeGen);
 4493   emitPostUpdateForReductionClause(*this, S,