Searched refs:intent (Results 1 - 25 of 701) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Drecursive_check_3.f906 real, intent(in) :: b ! { dg-error "Unexpected data declaration statement" }
13 real, intent(in) :: b ! { dg-error "Unexpected data declaration statement" }
20 real, intent(in) :: b ! { dg-error "Unexpected data declaration statement" }
H A Dproc_ptr_9.f9014 procedure(), intent(in) :: x
H A Drandom_seed_2.f909 integer, intent(in) :: iseed
H A Dspec_expr_2.f905 character(len=*), intent(out) :: ligne
H A Dspec_expr_3.f905 integer, intent(in) :: imax
H A Dproc_ptr_3.f9013 real, intent(inout) :: a
14 real, intent(in) :: b
25 real, intent(inout) :: a
26 real, intent(in) :: b
34 real, intent(inout) :: a
35 real, intent(in) :: b
H A Dgeneric_3.f907 double precision, intent(in) :: x
8 double precision, intent(in) :: a(:)
9 double precision, intent(out) :: y
10 double precision, intent(out) :: dy(:)
11 integer, intent(in) :: ma
19 double precision, intent(in) :: x(:), y(:), sig(:)
20 integer, intent(in) :: ndata
21 double precision, intent(in) :: a(:)
22 integer, intent(in) :: ia(:), ma
H A Dallocate_alloc_opt_2.f904 character(len=*), intent(in) :: err
5 integer, intent(in) :: j
6 integer, intent(in), allocatable :: i(:)
H A Dassumed_charlen_sharing.f9011 integer, intent(in) :: foo2
12 character(*), intent(in) :: foo1(foo2)
17 character(*), intent(in) :: bar1, bar2
H A Ddeallocate_alloc_opt_2.f904 character(len=*), intent(in) :: err
5 integer, intent(in) :: j
6 integer, intent(in), allocatable :: i(:)
H A Dvector_subscript_6.f905 real(kind=kind(1.0d0)), dimension(:), intent(out) :: esss
6 real(kind=kind(1.0d0)), dimension(:), intent(in) :: Ix
7 integer(kind=kind(1)), dimension(:), intent(in) :: e_x
12 real(kind=kind(1.0d0)), dimension(:), intent(out) :: esss
13 real(kind=kind(1.0d0)), dimension(:), intent(in) :: Ix
14 integer(kind=4), dimension(:), intent(in) :: e_x
19 real(kind=kind(1.0d0)), dimension(:), intent(out) :: esss
20 real(kind=kind(1.0d0)), dimension(:), intent(in) :: Ix
21 integer(kind=8), dimension(:), intent(in) :: e_x
26 real(kind=kind(1.0d0)), dimension(:), intent(ou
[all...]
H A Dpure_dummy_length_1.f9010 character(*), intent(in) :: string
11 integer(4), intent(in) :: ignore_case
18 character(*), intent(in) :: self
23 character(*), intent(in) :: self
24 character(*), intent(in) :: string
25 integer(4), intent(in) :: ignore_case
H A Delemental_args_check_6.f9010 class(t), intent(inout) :: x ! Valid
13 class(t), intent(inout) :: y[*]
H A Delemental_subroutine_5.f9023 intent(in) :: b,c
24 intent(out) :: a
H A Dtransfer_resolve_1.f9014 real, intent(in) :: source
15 character(*), intent(in) :: mold
H A Dintent_out_7.f9011 class(t), allocatable, intent(out) :: x(:)
12 class(t), intent(out) :: y(:)
15 class(t), allocatable, intent(out) :: x
16 class(t), intent(out) :: y
19 class(t), intent(out) :: x(:)[*]
20 class(t), intent(out) :: y[*]
23 type(t), intent(out) :: x(:)[*]
24 type(t), intent(out) :: y[*]
H A Dallocatable_function_2.f908 integer, intent(in) :: n
H A Dassumed_present.f906 character, intent(in), optional :: data_c1(*)
H A Dchar_expr_2.f9010 character, intent(out) :: x(:) ! or INTENT(INOUT)
H A Dintent_optimize_1.f905 ! optimized away, i.e. check that "foo"'s intent(IN) gets
12 integer, intent(in) :: x
H A Dmove_alloc_3.f909 integer, allocatable, intent(in) :: f
H A Dnamelist_2.f902 ! Check that variable with intent(in) cannot be a member of a namelist
4 integer,intent(in) :: x
H A Dpr26246_2.f908 character(len=n + 6), intent(in) :: string
H A Dselect_char_3.f906 character, intent(in) :: char
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dudr7.f907 real, intent (in) :: x
8 real, intent (inout) :: y
9 real, intent (in) :: z
12 real, intent (in) :: x
28 real, intent (out) :: x
29 real, intent (in) :: y
33 real, intent (in) :: x
38 real, intent (in) :: x
39 real, intent (inout) :: y
40 real, intent (i
[all...]

Completed in 107 milliseconds

1234567891011>>