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

References

projects/openmp/runtime/src/kmp_settings.cpp
 1018   const char *scan = next;
 1025     SKIP_WS(next);
 1027     if (*next == '\0') {
 1031     if (((*next < '0') || (*next > '9')) && (*next != ',')) {
 1031     if (((*next < '0') || (*next > '9')) && (*next != ',')) {
 1031     if (((*next < '0') || (*next > '9')) && (*next != ',')) {
 1036     if (*next == ',') {
 1042       next++; // skip ','
 1043       SKIP_WS(next);
 1046     if (*next >= '0' && *next <= '9') {
 1046     if (*next >= '0' && *next <= '9') {
 1048       SKIP_DIGITS(next);
 1050       const char *tmp = next;
 1052       if ((*next == ' ' || *next == '\t') && (*tmp >= '0' && *tmp <= '9')) {
 1052       if ((*next == ' ' || *next == '\t') && (*tmp >= '0' && *tmp <= '9')) {