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

  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 6251 bool ptr_component; local
6357 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived
6362 if (ptr_component && ref->type == REF_COMPONENT)
6367 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok)
6370 if (ptr_component && !pointer)
expr.cc 6251 bool ptr_component; local
6357 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived
6362 if (ptr_component && ref->type == REF_COMPONENT)
6367 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok)
6370 if (ptr_component && !pointer)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 6220 bool ptr_component; local
6326 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived
6331 if (ptr_component && ref->type == REF_COMPONENT)
6336 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok)
6339 if (ptr_component && !pointer)
expr.cc 6220 bool ptr_component; local
6326 ptr_component = (sym->ts.type == BT_CLASS && sym->ts.u.derived
6331 if (ptr_component && ref->type == REF_COMPONENT)
6336 ptr_component = (comp->ts.type == BT_CLASS && comp->attr.class_ok)
6339 if (ptr_component && !pointer)

Completed in 93 milliseconds