Searched refs:cray_pointer (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c369 *use_assoc = "USE ASSOCIATED", *cray_pointer = "CRAY POINTER", local
524 conf (is_bind_c, cray_pointer);
535 conf (cray_pointer, cray_pointee);
536 conf (cray_pointer, dimension);
537 conf (cray_pointer, codimension);
538 conf (cray_pointer, contiguous);
539 conf (cray_pointer, pointer);
540 conf (cray_pointer, target);
541 conf (cray_pointer, allocatable);
542 conf (cray_pointer, externa
[all...]
H A Dopenmp.c784 || sym->attr.cray_pointer
1770 || sym->attr.cray_pointer
2654 if (sym->ts.type == BT_DERIVED && sym->attr.cray_pointer)
2666 if ((sym->ts.type == BT_ASSUMED && sym->attr.cray_pointer)
2668 && CLASS_DATA (sym)->attr.cray_pointer))
2718 if (sym->attr.cray_pointer
2720 && CLASS_DATA (sym)->attr.cray_pointer))
3084 && !n->sym->attr.cray_pointer
3204 if (n->sym->attr.cray_pointer && list == OMP_LIST_REDUCTION)
3377 if (n->sym->attr.cray_pointer)
[all...]
H A Dgfortran.h841 unsigned cray_pointer:1, cray_pointee:1; member in struct:__anon98
H A Dtrans-types.c2773 || f->sym->attr.external || f->sym->attr.cray_pointer
H A Dmodule.c2099 if (attr->cray_pointer)
2252 attr->cray_pointer = 1;
H A Dresolve.c10884 || sym->attr.cray_pointer

Completed in 229 milliseconds