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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4409   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4410     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4410     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4414   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4418     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4422     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4424   emitCommonOMPTeamsDirective(*this, S, OMPD_distribute, CodeGen);
 4425   emitPostUpdateForReductionClause(*this, S,