Lines Matching refs:procedure
4 ! with the corresponding separate module procedure interface body:
101 procedure(real) :: y
124 !ERROR: Dummy argument 'x' is a procedure; the corresponding argument in the interface body is not
125 procedure(real) :: x
177 module procedure s7
185 procedure(real), pointer, intent(in) :: x
186 procedure(real), pointer, intent(out) :: y
187 procedure(real), pointer, intent(out) :: z
190 procedure(real), pointer :: x
191 procedure(real) :: y
199 procedure(real), pointer, intent(in) :: x
201 procedure(real), pointer, intent(inout) :: y
203 procedure(real), pointer :: z
208 procedure(real), optional :: x
210 procedure(real), pointer :: y
226 procedure(s_real) :: x
229 procedure(s_real) :: x
238 procedure(s_real2) :: x
241 !ERROR: Dummy procedure 'x' is not compatible with the corresponding argument in the interface body: incompatible dummy procedure interfaces: incompatible dummy argument #1: incompatible dummy data object types: INTEGER(4) vs REAL(4)
242 procedure(s_integer) :: x
322 module procedure s1
323 end procedure
371 !WARNING: Dummy procedure 'x' does not exactly match the corresponding argument in the interface body