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

References

projects/openmp/runtime/src/kmp_str.cpp
  461   for (i = 0; target[i] && data[i]; ++i) {
  461   for (i = 0; target[i] && data[i]; ++i) {
  461   for (i = 0; target[i] && data[i]; ++i) {
  461   for (i = 0; target[i] && data[i]; ++i) {
  462     if (TOLOWER(target[i]) != TOLOWER(data[i])) {
  462     if (TOLOWER(target[i]) != TOLOWER(data[i])) {
  466   return ((len > 0) ? i >= len : (!target[i] && (len || !data[i])));
  466   return ((len > 0) ? i >= len : (!target[i] && (len || !data[i])));
  466   return ((len > 0) ? i >= len : (!target[i] && (len || !data[i])));