• Home
  • Raw
  • Download

Lines Matching full:pointer

43     integer, pointer :: intPointerVar1
44 integer, pointer :: intPointerVar2
47 procedure(intFunc), pointer :: intprocPointer1
48 procedure(intFunc), pointer :: intprocPointer2
50 procedure(realFunc), pointer :: realprocPointer1
51 procedure(pureFunc), pointer :: pureFuncPointer
55 procedure(subrInt), pointer :: subProcPointer
56 procedure(), pointer :: implicitProcPointer
59 !ERROR: missing mandatory 'pointer=' argument
61 !ERROR: MOLD= argument to NULL() must be a pointer or allocatable
71 !ERROR: POINTER= argument of ASSOCIATED() must be a POINTER
73 !ERROR: POINTER= argument of ASSOCIATED() must be a POINTER
75 !ERROR: POINTER= argument of ASSOCIATED() must be a POINTER
77 !ERROR: Arguments of ASSOCIATED() must be a POINTER and an optional valid target
80 !ERROR: Arguments of ASSOCIATED() must be a POINTER and an optional valid target
84 …!ERROR: In assignment to object pointer 'intpointervar1', the target 'intvar' is not an object wit…
86 !ERROR: TARGET= argument 'intvar' must have either the POINTER or the TARGET attribute
89 ! Procedure pointer tests
107 …!ERROR: In assignment to procedure pointer 'intprocpointer1', the target is not a procedure or pro…
109 …!ERROR: POINTER= argument 'intprocpointer1' is a procedure pointer but the TARGET= argument 'intva…
111 …!ERROR: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'ele…
113 …!ERROR: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'ele…
115 …!ERROR: POINTER= argument 'intpointervar1' is an object pointer but the TARGET= argument 'intfunc'…
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 …ERROR: POINTER= argument 'intprocpointer1' is a procedure pointer but the TARGET= argument 'target…
123 …ROR: Procedure pointer 'intprocpointer1' associated with result of reference to function 'null' th…
125 …OR: Procedure pointer 'intprocpointer1' associated with result of reference to function 'null()' t…
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…
139 …!ERROR: Subroutine pointer 'subprocpointer' may not be associated with function designator 'intpro…
141 …!ERROR: Subroutine pointer 'subprocpointer' may not be associated with function designator 'intpro…
143 …!ERROR: Function pointer 'intprocpointer1' may not be associated with subroutine designator 'subpr…
145 …!ERROR: Function pointer 'intprocpointer1' may not be associated with subroutine designator 'subpr…
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…