Lines Matching full:procedure
46 procedure(intFunc) :: intProc
47 procedure(intFunc), pointer :: intprocPointer1
48 procedure(intFunc), pointer :: intprocPointer2
49 procedure(realFunc) :: realProc
50 procedure(realFunc), pointer :: realprocPointer1
51 procedure(pureFunc), pointer :: pureFuncPointer
52 procedure(elementalFunc) :: elementalProc
54 procedure(subrInt) :: subProc
55 procedure(subrInt), pointer :: subProcPointer
56 procedure(), pointer :: implicitProcPointer
89 ! Procedure pointer tests
107 …!ERROR: In assignment to procedure pointer 'intprocpointer1', the target is not a procedure or pro…
109 …R= argument 'intprocpointer1' is a procedure pointer but the TARGET= argument 'intvar' is not a pr…
111 …!ERROR: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'ele…
113 …!ERROR: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'ele…
115 … 'intpointervar1' is an object pointer but the TARGET= argument 'intfunc' is a procedure designator
117 …!ERROR: In assignment to object pointer 'intpointervar1', the target 'intfunc' is a procedure desi…
119 …!ERROR: In assignment to procedure pointer 'intprocpointer1', the target is not a procedure or pro…
121 …rgument 'intprocpointer1' is a procedure pointer but the TARGET= argument 'targetintvar1' is not a…
123 …!ERROR: Procedure pointer 'intprocpointer1' associated with result of reference to function 'null'…
125 …!ERROR: Procedure pointer 'intprocpointer1' associated with result of reference to function 'null(…
127 …!ERROR: PURE procedure pointer 'purefuncpointer' may not be associated with non-PURE procedure des…
129 …!ERROR: PURE procedure pointer 'purefuncpointer' may not be associated with non-PURE procedure des…
131 …!ERROR: Procedure pointer 'realprocpointer1' associated with incompatible procedure designator 'in…
133 …!ERROR: Procedure pointer 'realprocpointer1' associated with incompatible procedure designator 'in…
135 …!ERROR: Procedure pointer 'subprocpointer' with explicit interface may not be associated with proc…
137 …!ERROR: Procedure pointer 'subprocpointer' with explicit interface may not be associated with proc…
147 …!ERROR: Procedure pointer 'implicitprocpointer' with implicit interface may not be associated with…
149 …!ERROR: Procedure pointer 'implicitprocpointer' with implicit interface may not be associated with…