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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7842   format_index = 0;
 7843   format[format_index++] = '%';
 7845     format[format_index++] = '-';
 7847     format[format_index++] = '0';
 7853       format[format_index++] = *width_left;
 7882       format[format_index++] = field_format;
 7883       format[format_index++] = '\0';
 7954   KMP_ASSERT(format_index <= FORMAT_SIZE);