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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3520                    : (Ordered ? OMP_ord_static : OMP_sch_static);
 3531     return Ordered ? OMP_ord_static : OMP_sch_static;
 3619           Schedule == OMP_ord_static_chunked || Schedule == OMP_ord_static))
 3635           Schedule != OMP_ord_static && Schedule != OMP_ord_static_chunked &&
 3669          Schedule == OMP_ord_static || Schedule == OMP_ord_static_chunked ||
 3680     assert((Schedule == OMP_sch_static || Schedule == OMP_ord_static ||