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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4501   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4502     CGF.EmitOMPDistributeLoop(S, emitInnerParallelForWhenCombined,
 4503                               S.getDistInc());
 4507   auto &&CodeGenTeams = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4511     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4515     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4518   emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute_parallel_for,
 4520   emitPostUpdateForReductionClause(CGF, S,