HomeSort by: relevance | last modified time | path
    Searched defs:class_ok (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 897 unsigned class_ok:1; /* is a CLASS object with correct attributes. */ member in struct:__anon13616
4043 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \
4046 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \
gfortran.h 897 unsigned class_ok:1; /* is a CLASS object with correct attributes. */ member in struct:__anon13616
4043 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \
4046 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 889 unsigned class_ok:1; /* is a CLASS object with correct attributes. */ member in struct:__anon16051
3908 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \
gfortran.h 889 unsigned class_ok:1; /* is a CLASS object with correct attributes. */ member in struct:__anon16051
3908 (sym->ts.type == BT_CLASS && sym->attr.class_ok && CLASS_DATA (sym) \

Completed in 51 milliseconds