Lines Matching full:procedure
2 ! Procedure pointer assignments and argument association with intrinsic functions
12 procedure(), pointer :: noInterfaceProcPtr
13 procedure(realToReal), pointer :: realToRealProcPtr
14 procedure(intToReal), pointer :: intToRealProcPtr
24 !ERROR: 'float' is not an unrestricted specific intrinsic procedure
26 !ERROR: 'float' is not an unrestricted specific intrinsic procedure
28 !ERROR: 'float' is not an unrestricted specific intrinsic procedure
30 !ERROR: 'float' is not an unrestricted specific intrinsic procedure
32 !ERROR: 'float' is not an unrestricted specific intrinsic procedure
37 …!ERROR: Procedure pointer 'inttorealprocptr' associated with incompatible procedure designator 'sq…
41 …!ERROR: Actual procedure argument has interface incompatible with dummy argument 'p=': incompatibl…
52 …!WARNING: Actual procedure argument has an implicit interface which is not known to be compatible …
54 …!WARNING: Actual procedure argument has an implicit interface which is not known to be compatible …
57 …!ERROR: Procedure pointer 'nointerfaceprocptr' with implicit interface may not be associated with …
59 !ERROR: Non-intrinsic ELEMENTAL procedure 'userelemental' may not be passed as an actual argument
67 procedure(realToReal) :: p
70 procedure(intToReal) :: p