Searched refs:sub1 (Results 1 - 25 of 71) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dhost_assoc_call_1.f9010 SUBROUTINE sub1 subroutine in module:ksbin2_aux_mod
15 END SUBROUTINE sub1
H A Doptional_assumed_charlen_1.f9010 SUBROUTINE sub1(a) subroutine in module:foo
13 END SUBROUTINE sub1
16 CALL sub1()
H A Dcoarray_args_1.f9014 call sub1(x%i)
15 call sub1(x[1]%i) ! { dg-error "must be a coarray" }
17 subroutine sub1(y) subroutine
19 end subroutine sub1
H A Dinterface_30.f9015 call sub1(func1)
17 call sub1(func3)
20 call sub1(func4) ! { dg-error "is not a function" }
22 subroutine sub1(a1) subroutine in program:test
28 end subroutine sub1
H A Dinternal_references_2.f909 module procedure sub,sub1
12 subroutine sub1(i) subroutine in module:aap
16 end subroutine sub1
H A Dc_char_driver.c3 void sub1(char *my_char);
11 sub1(&my_char);
H A Dactual_rank_check_1.f909 call sub1(i)
10 call sub1(j) ! { dg-error "rank-1 and scalar" }
15 subroutine sub1(i1) subroutine
18 end subroutine sub1
H A Dintent_out_6.f9017 subroutine sub1(a) subroutine in module:test_module
20 ! print *,'in sub1'
25 end subroutine sub1
33 call sub1()
35 call sub1(x)
H A Dproc_ptr_21.f9010 subroutine sub1(arg) subroutine in program:main
13 end subroutine sub1
15 procedure(sub1), pointer :: pptr1
19 pptr1 => sub1
23 pptr2 => sub1
H A Dargument_checking_18.f9017 call sub1 (i) ! { dg-warning "Actual argument contains too few elements" }
18 call sub1 (tt%j) ! { dg-warning "Actual argument contains too few elements" }
24 subroutine sub1(i) subroutine
26 print *,"sub1:",i
H A Dparent_result_ref_3.f909 call sub1 ()
17 subroutine sub1 subroutine in function:f
19 end subroutine sub1
H A Dcompiler-directive_1.f9010 subroutine sub1()
11 end subroutine sub1
32 ptr => sub1
42 stdcall => sub1 ! { dg-error "mismatch in the calling convention" }
45 fastcall => sub1 ! { dg-error "mismatch in the calling convention" }
H A Dold_style_init.f905 subroutine sub1(Z) !{ dg-error "DATA attribute conflicts" } subroutine
H A Diso_c_binding_rename_1_driver.c2 void sub1(int *);
13 sub1(&i);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/coarray/
H A Dregistering_1.f9028 call sub1()
30 subroutine sub1 subroutine in subroutine:test
35 end subroutine sub1
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040411-1.c2 sub1 (int i, int j) function
19 if (sub1 (20, 3) != 66 * sizeof (int))
H A D20040423-1.c2 sub1 (int i, int j) function
26 if (sub1 (20, 3) != sizeof (c)*3)
H A D20020716-1.c4 int sub1 (int val) function
18 flag1 = sub1 (t2) ==0;
H A D930929-1.c0 sub1 (i)
27 if (sub1 (20) != 35)
1 sub1 (i) function
H A D961206-1.c2 sub1 (unsigned long long i) function
39 if (sub1 (0x80000000ULL))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020309-1.c2 sub1 (char *p, int i) function
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dretval2.f906 call sub1
8 subroutine sub1 subroutine in function:f1
22 end subroutine sub1
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dvle-reloc-1.s2 sub1: label
10 se_b sub1
11 se_bl sub1
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dalias-2.c12 sub1 (long long int foobar) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash41.C13 void sub1() { function

Completed in 120 milliseconds

123