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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2562   auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF,
 2564     OMPCancelStackRAII CancelRegion(CGF, OMPD_for, S.hasCancel());
 2565     HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(),
 2565     HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(),
 2570     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2572                                                 S.hasCancel());
 2576   if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates)
 2577     CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for);