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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4318   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4319     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4319     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4323   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4327     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4331     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4333   emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute, CodeGen);
 4334   emitPostUpdateForReductionClause(CGF, S,