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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4364   auto &&CodeGenDistribute = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 4365     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4365     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 4369   auto &&CodeGen = [&S, &CodeGenDistribute](CodeGenFunction &CGF,
 4373     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4377     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4379   emitCommonOMPTeamsDirective(CGF, S, OMPD_distribute_simd, CodeGen);
 4380   emitPostUpdateForReductionClause(CGF, S,