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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2839   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 2841     OMPCancelStackRAII CancelRegion(CGF, OMPD_parallel_for, S.hasCancel());
 2842     CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds,
 2842     CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), emitForLoopBounds,
 2845   emitCommonOMPParallelDirective(*this, S, OMPD_for, CodeGen,