Lines Matching full:procedure

2 ! Test 15.5.2.9(2,3,5) dummy procedure requirements
5 ! dummy procedure pointer.
20 procedure(realfunc), pointer, intent(in) :: p
23 procedure(realfunc), pointer :: p
26 procedure(real), pointer :: p
29 procedure(realfunc) :: p
32 !ERROR: A dummy procedure without the POINTER attribute may not have an INTENT attribute
33 procedure(realfunc), intent(in) :: p
36 procedure(realfunc), pointer, intent(in out) :: p
40 !PORTABILITY: A dummy procedure should not have an ELEMENTAL intrinsic as its interface
41 procedure(cos) :: p ! ok
49 !ERROR: A dummy procedure may not be ELEMENTAL
50 procedure(elemfunc) :: p
54 procedure(realfunc), pointer :: procptr
58 procedure(intfunc), pointer :: intprocptr
64 procedure(realfunc), pointer :: p
65 procedure(intfunc), pointer :: ip
70 …!ERROR: Actual procedure argument has interface incompatible with dummy argument 'p=': function re…
74 …!ERROR: Actual procedure argument has interface incompatible with dummy argument 'p=': function re…
78 …!ERROR: Actual procedure argument has interface incompatible with dummy argument 'p=': function re…
81 !ERROR: Actual argument associated with procedure dummy argument 'p=' is not a procedure
83 !ERROR: Actual argument associated with procedure dummy argument 'p=' is typeless
85 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
88 …!ERROR: Actual procedure argument has interface incompatible with dummy argument 'p=': function re…
90 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
93 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
95 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
97 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
100 …!ERROR: Actual argument function associated with procedure dummy argument 'p=' is not compatible: …
102 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
105 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a pointer un…
129 procedure(callsub), pointer :: ps
130 procedure(realfunc), pointer :: prf
131 procedure(intfunc), pointer :: pif
155 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
157 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
159 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
161 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
163 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
165 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
167 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
169 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
171 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
173 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
175 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
177 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
179 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
181 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
183 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
185 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
187 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
189 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
191 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …
193 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' is not compatible: …