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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7834   width_left = width_right = NULL;
 7836     width_left = *ptr;
 7848   if (width_left && width_right) {
 7852     while (i < 8 && width_left < width_right) {
 7853       format[format_index++] = *width_left;
 7854       width_left++;