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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2582   auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF,
 2584     HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(),
 2584     HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(),
 2589     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2594   if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates)
 2595     CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for);