Searched refs:OUT (Results 1 - 25 of 69) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_6.f908 INTEGER, INTENT(OUT) :: j
30 INTEGER, INTENT(OUT) :: i
35 PROCEDURE(REAL),POINTER,INTENT(OUT) :: p
H A Dassumed_size_dt_dummy.f9011 TYPE(init), DIMENSION(*), INTENT(OUT) :: A
12 TYPE(init) , INTENT(OUT) :: B ! PR24440 => segfault
H A Dinternal_pack_4.f9014 REAL(dp), DIMENSION(45), INTENT(OUT), &
19 REAL(dp), DIMENSION(:, :), INTENT(OUT), &
H A Dwhole_file_33.f9018 INTEGER, INTENT(OUT), OPTIONAL :: INFO
19 INTEGER, INTENT(OUT), OPTIONAL, TARGET :: IPIV(:)
20 REAL(WP), INTENT(IN OUT) :: A(:,:), B(:,:)
28 INTEGER, INTENT(OUT), OPTIONAL :: INFO
29 INTEGER, INTENT(OUT), OPTIONAL, TARGET :: IPIV(:)
30 REAL(WP), INTENT(IN OUT) :: A(:,:), B(:,:)
H A Dredefined_intrinsic_assignment.f9014 INTEGER, INTENT(OUT) :: I
H A Ddeferred_type_param_9.f9018 CHARACTER( : ), INTENT( OUT ), ALLOCATABLE, OPTIONAL :: c_val
H A Dimpure_assignment_1.f9013 TYPE(T1), INTENT(OUT):: I
22 TYPE(T1), INTENT(OUT):: I
H A Dassignment_2.f9010 REAL,INTENT(OUT) :: a(1,*)
25 REAL,INTENT(OUT),VOLATILE :: a(1,*)
45 REAL,INTENT(OUT),VOLATILE :: a(1,*)
H A Dgeneric_18.f9022 CHARACTER, INTENT(OUT) :: a
28 CHARACTER, INTENT(OUT) :: a(:)
H A Dinterface_assignment_1.f9017 TYPE(data_type), INTENT(OUT) :: x1
22 TYPE(data_type), INTENT(OUT) :: x1
H A Dwhere_operator_assign_4.f9015 TYPE(T1), INTENT(OUT) :: I(2)
H A Dinvalid_interface_assignment.f9018 TYPE(data_type), INTENT(OUT) :: x1
H A Dtranspose_optimization_2.f9020 integer, intent(OUT) :: y(size (x, 2), size (x, 1))
56 integer, intent(OUT) :: y(size (x, 2), size (x, 1))
H A Dpr62695.f9011 TYPE(dbcsr_mp_obj), INTENT(OUT) :: mp_env
18 TYPE(dbcsr_mp_obj), INTENT(OUT) :: mp_env
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr45634.f902 CHARACTER(4), INTENT(OUT) :: VTYP
/haiku-buildtools/legacy/gcc/libchill/
H A Dinttime.c39 #define ASSIGN_VALUE(OUT,VAL) \
42 if (OUT) \
43 switch (OUT->len) \
46 *(char *)((OUT)->p) = VAL; \
49 *(short *)((OUT)->p) = VAL; \
52 *(int *)((OUT)->p) = VAL; \
/haiku-buildtools/binutils/libiberty/
H A Dgather-docs103 if (!open (OUT, "> $outfile")) {
110 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
113 print OUT "\@c run 'make stamp-functions' and gather-docs will build a new copy.\n\n";
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
117 print OUT $node_lines{$key};
118 print OUT "\n";
121 if (! print OUT "\n") {
126 close (OUT);
[all...]
H A Dmaint-tool243 open(OUT, ">$srcdir/Makefile.tmp");
246 print OUT;
248 print OUT "# The dependencies in the remainder of this file are automatically\n";
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
273 print OUT "$obj \$(srcdir)/$f";
278 printf OUT " \\\n\t$d";
281 print OUT " $d";
285 print OUT "\n";
287 print OUT "$obj \$(srcdir)/$f\n";
291 print OUT
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dgather-docs103 if (!open (OUT, "> $outfile")) {
110 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
113 print OUT "\@c run 'make stamp-functions' and gather-docs will build a new copy.\n\n";
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
117 print OUT $node_lines{$key};
118 print OUT "\n";
121 if (! print OUT "\n") {
126 close (OUT);
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgather-docs103 if (!open (OUT, "> $outfile")) {
110 print OUT "\@c Automatically generated from *.c and others (the comments before\n";
111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
113 print OUT "\@c and let gather-docs build you a new copy.\n\n";
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
117 print OUT $node_lines{$key};
118 print OUT "\n";
121 if (! print OUT "\n") {
126 close (OUT);
[all...]
H A Dmaint-tool240 open(OUT, ">$srcdir/Makefile.tmp");
243 print OUT;
245 print OUT "# The dependencies in the remainder of this file are automatically\n";
246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
270 print OUT "$obj \$(srcdir)/$f";
275 printf OUT " \\\n\t$d";
278 print OUT " $d";
282 print OUT "\n";
284 print OUT "$obj \$(srcdir)/$f\n";
288 print OUT
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/lto/
H A D20100110-1_0.f906 COMPLEX, INTENT (OUT):: ylm(1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/m68k/
H A Dinterrupt-2.c11 #define OUT(X) y = x##X macro
21 REPEAT30 (OUT);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dargs.f904 integer, intent (OUT) :: b
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A D235.go40 OUT := []uint64{
58 for i := 0; i < len(OUT); i++ {
70 if x != OUT[i] {
71 println("bad: ", x, " should be ", OUT[i])

Completed in 576 milliseconds

123