Searched refs:inout (Results 1 - 25 of 157) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Delemental_args_check_6.f9010 class(t), intent(inout) :: x ! Valid
13 class(t), intent(inout) :: y[*]
H A Dchange_symbol_attributes_1.f9010 real, intent(inout) :: x(:)
H A Drecursive_check_15.f908 real, dimension(:,:), intent(inout), optional :: a
H A Dimplicit_pure_2.f907 integer, intent(inout) :: x
H A Dnamed_interface.f906 integer, intent (inout) :: foo
H A Dproc_ptr_3.f9013 real, intent(inout) :: a
25 real, intent(inout) :: a
34 real, intent(inout) :: a
H A Dintent_out_4.f9014 integer, intent(inout) :: a
H A Dptr-func-1.f9014 integer, intent(inout) :: x
H A Dptr-func-2.f9014 integer, intent(inout) :: x
H A Dtypebound_override_5.f9017 class(base_type), intent(inout) :: map
18 class(base_type), intent(inout) :: mapout
33 class(r_type), intent(inout) :: map
35 integer, intent(inout) :: mapout
H A Dtypebound_override_6.f9017 class(base_type), intent(inout) :: map
18 class(base_type), intent(inout) :: mapout
33 class(r_type), intent(inout) :: map
34 class(base_type), intent(inout) :: mapout(..)
H A Dtypebound_override_7.f9017 class(base_type), intent(inout) :: map
18 class(base_type), intent(inout) :: mapout
33 class(r_type), intent(inout) :: map
34 type(*), intent(inout) :: mapout
H A Dactual_procedure_1.f9013 character(8), intent(inout) :: chr
30 character(8), intent(inout) :: chr
43 character(8), intent(inout) :: chr
49 character(8), intent(inout) :: chr
68 character(8), intent(inout) :: chr
H A Dpointer_intent_7.f908 ! to an intent(inout) nonpointer is allowed
31 integer, intent(inout) :: n
34 type(typeA), intent(inout) :: n
37 class(typeA), intent(inout) :: n
40 type(typeA), intent(inout), pointer :: n
43 class(typeA), intent(inout), pointer :: n
H A Ddependent_decls_1.f9015 real, intent(inout) :: xmin(:)
23 real, intent(inout) :: xmin(:) ! renaming of r which pushed it up
31 real, intent(inout) :: xmin(:)
H A Dtypebound_override_2.f9014 class(foo), intent(inout) :: f
27 class(extfoo), intent(inout) :: f
28 integer, intent(inout) :: j
H A Dclass_56.f9019 class(Container), intent(inout):: self
H A Dwarn_unused_dummy_argument_4.f9012 intent(inout) :: a,b
H A Dpr42166.f907 REAL(dp), DIMENSION(ndim, *), INTENT(inout) :: bmat
8 REAL(dp), DIMENSION(*), INTENT(inout) :: d, vlag, w
H A Dfinalize_24.f9019 type(nde), intent(inout) :: s
25 type(sl), intent(inout) :: s
H A Dinternal_pack_15.f9010 integer, dimension(n,n), intent(inout) :: a
17 integer, dimension(n,n), intent(inout) :: a
24 integer, dimension(n,n), intent(inout) :: a
31 integer, dimension(n,n), intent(inout) :: a
37 integer, dimension(n,n), intent(inout) :: a
43 integer, intent(inout) :: n
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dkeywords-1.mm1 /* Test that 'in', 'out', 'inout', 'bycopy', 'byref', 'oneway'
8 in out (in inout)
10 int byref = inout * 2;
12 return byref + inout;
17 @interface inout
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dkeywords-1.m1 /* Test that 'in', 'out', 'inout', 'bycopy', 'byref', 'oneway'
8 in out (in inout)
10 int byref = inout * 2;
12 return byref + inout;
17 @interface inout
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dasm-4.c11 asm volatile ("test3 %[in]" : [inout] "=g"(x) : "[inout]" (x), [in] "g" (y));
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/gomp/
H A Dpr56052.f9010 class(args_t),intent(inout) :: args

Completed in 266 milliseconds

1234567