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

References

projects/openmp/runtime/src/kmp_settings.cpp
 2554     next = *scan;
 2555     SKIP_DIGITS(next);
 2556     start = __kmp_str_to_int(*scan, *next);
 2558     *scan = next;
 2581     next = *scan;
 2582     SKIP_DIGITS(next);
 2583     count = __kmp_str_to_int(*scan, *next);
 2585     *scan = next;
 2622     next = *scan;
 2623     SKIP_DIGITS(next);
 2624     stride = __kmp_str_to_int(*scan, *next);
 2626     *scan = next;