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

References

projects/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp
  351         if (h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) break;
  423         if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) break;
  499         if (h->nameA != NULL  && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL && domain == NULL) ||
  500             (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break;
  574         if (h->nameA != NULL  && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL && domain == NULL) ||
  575             (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break;
  962                 if (!__itt_fstrcmp(gr, group_list[i].name))