Lines Matching full:pointer
4 pointer(a, b)
5 !ERROR: 'b' cannot be a Cray pointer as it is already a Cray pointee
6 pointer(b, c)
7 !ERROR: 'a' cannot be a Cray pointee as it is already a Cray pointer
8 pointer(d, a)
12 pointer(a, c)
14 pointer(b, c)
19 !ERROR: Cray pointer 'a' must have type INTEGER(8)
20 pointer(a, b)
27 pointer(a, b), (c, d)
32 !ERROR: Cray pointer 'a' must be a scalar
33 pointer(a, b)
39 pointer(a, b(4))
44 pointer(a, b(:))
50 pointer(w, y)
59 pointer(t, a)
61 pointer(s, b)
62 !ERROR: 'k' is a named constant and may not be a Cray pointer
63 pointer(k, c)
74 pointer(a, t)
76 pointer(b, s)
78 pointer(c, k)
91 pointer(a, c),(d, b)
95 pointer(a, b)
116 pointer(a, x1)
118 pointer(b, x2)
119 pointer(c, x3)
123 pointer(ip, x)
126 pointer(ip, x) ! ok, local declaration