Lines Matching full:explicit
4 procedure(explicit), pointer, nopass :: p
14 function explicit function
15 character(:), allocatable :: explicit local
16 explicit = "abc"
25 procedure(explicit), pointer :: p3
31 …licit interface may not be associated with procedure designator 'explicit' with explicit interface…
32 p0 => explicit
36 …!ERROR: Function pointer 'p1' associated with incompatible function designator 'explicit': functio…
37 p1 => explicit
41 …!ERROR: Function pointer 'p2' associated with incompatible function designator 'explicit': functio…
42 p2 => explicit
47 p3 => explicit ! ok
48 …!ERROR: Procedure pointer 'p3' with explicit interface that cannot be called via an implicit inter…
50 …!ERROR: Procedure pointer 'p' with explicit interface that cannot be called via an implicit interf…
52 …!ERROR: Procedure pointer 'p' with explicit interface that cannot be called via an implicit interf…