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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 5032              LoopScope);
 5034              LoopScope);
 5035     mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope);
 5037              LoopScope);
 5038     CGF.EmitOMPPrivateLoopCounters(S, LoopScope);
 5039     bool HasLastprivateClause = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
 5040     (void)LoopScope.Privatize();
 5056     CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(),