Lines Matching full:pointer

37   !PORTABILITY: Procedure pointer 'p1' should not have an ELEMENTAL intrinsic as its interface
38 procedure(sin), pointer :: p1 => sin
39 !PORTABILITY: Procedure pointer 'p2' should not have an ELEMENTAL intrinsic as its interface
40 procedure(iabs), pointer :: p2 => iabs
41 procedure(ext1), pointer :: p3 => ext1
42 procedure(ext2), pointer :: p4 => ext2
49 !PORTABILITY: Procedure pointer 'p1' should not have an ELEMENTAL intrinsic as its interface
50 procedure(iface1), pointer :: p1 => x1
51 !PORTABILITY: Procedure pointer 'p2' should not have an ELEMENTAL intrinsic as its interface
52 procedure(iface2), pointer :: p2 => x2
53 procedure(iface3), pointer :: p3 => x3
54 procedure(iface4), pointer :: p4 => x4
63 !PORTABILITY: Procedure pointer 'p1' should not have an ELEMENTAL intrinsic as its interface
64 procedure(sin), pointer :: p1 => sin
65 !PORTABILITY: Procedure pointer 'p2' should not have an ELEMENTAL intrinsic as its interface
66 procedure(iabs), pointer :: p2 => iabs
67 procedure(ext1), pointer :: p3 => ext1
68 procedure(ext2), pointer :: p4 => ext2
78 !PORTABILITY: Procedure pointer 'p1' should not have an ELEMENTAL intrinsic as its interface
79 procedure(iface1), pointer :: p1 => x1
80 !PORTABILITY: Procedure pointer 'p2' should not have an ELEMENTAL intrinsic as its interface
81 procedure(iface2), pointer :: p2 => x2
82 procedure(iface3), pointer :: p3 => x3
83 procedure(iface4), pointer :: p4 => x4
90 !PORTABILITY: Procedure pointer 'p1' should not have an ELEMENTAL intrinsic as its interface
92 procedure(iface1), pointer :: p1 => x1
93 !PORTABILITY: Procedure pointer 'p2' should not have an ELEMENTAL intrinsic as its interface
95 procedure(iface2), pointer :: p2 => x2
97 procedure(iface3), pointer :: p3 => x3
99 procedure(iface4), pointer :: p4 => x4