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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4431   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4432     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4432     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4436   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4440     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4444     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4446   emitCommonOMPTeamsDirective(*this, S, OMPD_distribute_simd, CodeGen);
 4447   emitPostUpdateForReductionClause(*this, S,