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

References

projects/openmp/runtime/src/kmp_i18n.cpp
  118     status = KMP_I18N_ABSENT; // mark catalog as absent so it will not
  125   status = (cat == KMP_I18N_NULLCAT ? KMP_I18N_ABSENT : KMP_I18N_OPENED);
  127   if (status == KMP_I18N_ABSENT) {
  161       status = KMP_I18N_ABSENT; // And mark it as absent.