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

References

projects/openmp/runtime/src/kmp_settings.cpp
 4301     if (((*next < '0' || *next > '9') && *next != ',') || total > 2) {
 4308       if (total == 0 || prev_comma) {
 4309         total++;
 4322       total++;
 4344       if (total == 1) {
 4346       } else if (total == 2) {
 4352   if (total <= 0) {