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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2113   OuterLoopArgs.LB = LoopArgs.LB;
 2114   OuterLoopArgs.UB = LoopArgs.UB;
 2115   OuterLoopArgs.ST = LoopArgs.ST;
 2116   OuterLoopArgs.IL = LoopArgs.IL;
 2117   OuterLoopArgs.Chunk = LoopArgs.Chunk;
 2118   OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
 2121   OuterLoopArgs.IncExpr = IncExpr;
 2122   OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
 2125   OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
 2128   OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
 2131   OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
 2136                    LoopScope, OuterLoopArgs, CodeGenLoopContent,