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

References

projects/openmp/runtime/src/kmp_settings.cpp
 4202     if (((*next < '0' || *next > '9') && *next != ',') || total > 2) {
 4209       if (total == 0 || prev_comma) {
 4210         total++;
 4223       total++;
 4245       if (total == 1) {
 4247       } else if (total == 2) {
 4253   if (total <= 0) {