Lines Matching refs:procedure
5 ! R1512 procedure-declaration-stmt ->
18 procedure(procFunc), public, pointer, public :: proc1
20 procedure(procFunc), private, pointer, private :: proc2
22 !ERROR: An interface name with the BIND attribute must appear if the BIND attribute appears in a procedure declaration
23 procedure(procFunc), bind(c), pointer, bind(c) :: proc3
25 procedure(procFunc), protected, pointer, protected :: proc4
43 procedure(procFunc), intent(in), pointer, intent(in) :: arg4
45 procedure(procFunc), intent(out), pointer, intent(out) :: arg5
47 procedure(procFunc), intent(inout), pointer, intent(inout) :: arg6
49 procedure(procFunc), intent(inout), pointer, intent(out) :: arg7
51 procedure(procFunc), intent(out), pointer, intent(inout) :: arg8
53 procedure(procFunc), optional, pointer, optional :: arg9
55 procedure(procFunc), pointer, optional, pointer :: arg10
57 procedure(procFunc), save, pointer, save :: localProc