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

References

projects/openmp/runtime/src/kmp_i18n.cpp
   63   if (status == KMP_I18N_CLOSED) {
   65     if (status == KMP_I18N_CLOSED) {
  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.
  179   if (status == KMP_I18N_OPENED) {
  184   status = KMP_I18N_CLOSED;
  195       if (status == KMP_I18N_CLOSED) {
  198       if (status == KMP_I18N_OPENED) {