Searched refs:arg1 (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900221_01.C17 void function (int arg1) argument
19 int arg1; // { dg-error "" } redeclaration of arg1 local
H A D900325_01.C12 void function0 (void arg1) { // { dg-error "" } missed argument
15 void function1 (Void arg1) { // { dg-error "" } missed argument
H A D900121_01.C12 void function (struct s0 &arg1, struct s0 &arg2) argument
14 arg1 = arg2; // { dg-error "" } causes abort
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb61.C3 action0(float& arg1) argument
7 arg1 = cn0;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_decl_22.f908 real function proc3( arg1 )
9 integer :: arg1 local in function:proc3
10 proc3 = arg1+7
19 subroutine proc4( arg1 )
20 PROCEDURE(real) :: arg1
21 print*, 'the func: ', arg1(0)
H A Dproc_ptr_10.f9011 real function proc3( arg1 )
12 integer :: arg1 local in function:proc3
13 proc3 = arg1+7
16 subroutine proc4( arg1 )
17 procedure(real), pointer :: arg1
18 if (arg1(0)/=7) call abort()
H A Delemental_optional_args_6.f9019 subroutine sub1 (arg1, arg2)
20 integer, optional :: arg1(:) local in subroutine:sub1
22 ! print *, fun1 (arg1, arg2)
23 if (size (fun1 (arg1, arg2)) /= 2) call abort() ! { dg-warning "is an array and OPTIONAL" }
24 if (any (fun1 (arg1, arg2) /= [1,2])) call abort() ! { dg-warning "is an array and OPTIONAL" }
27 elemental function fun1 (arg1, arg2)
28 integer,intent(in), optional :: arg1 local in function:fun1
42 subroutine sub2 (arg1, arg2)
43 integer, optional :: arg1(:) local in subroutine:sub2
45 ! print *, fun2 (arg1, arg
51 integer,intent(in), optional :: arg1 local in function:fun2
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dtest3.s1 .macro m arg1 arg2
2 \arg1
H A Dtest1.s1 .macro m arg1 arg2
2 .globl \arg1
3 \arg1 == \arg2
H A Dvararg.s1 .macro v1 arg1 : req, args : vararg
2 .long foo\arg1
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dtest3.s1 .macro m arg1 arg2
2 \arg1
H A Dtest1.s1 .macro m arg1 arg2
2 .globl \arg1
3 \arg1 = \arg2
H A Dvararg.s1 .macro v1 arg1 : req, args : vararg
2 .long foo\arg1
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/acle/
H A Dcrc32b.c9 test_crc32b (uint32_t arg0, uint8_t arg1) argument
11 return __crc32b (arg0, arg1);
H A Dcrc32cb.c9 test_crc32cb (uint32_t arg0, uint8_t arg1) argument
11 return __crc32cb (arg0, arg1);
H A Dcrc32cd.c9 test_crc32cd (uint32_t arg0, uint64_t arg1) argument
11 return __crc32cd (arg0, arg1);
H A Dcrc32ch.c9 test_crc32ch (uint32_t arg0, uint16_t arg1) argument
11 return __crc32ch (arg0, arg1);
H A Dcrc32cw.c9 test_crc32cw (uint32_t arg0, uint32_t arg1) argument
11 return __crc32cw (arg0, arg1);
H A Dcrc32d.c9 test_crc32d (uint32_t arg0, uint64_t arg1) argument
11 return __crc32d (arg0, arg1);
H A Dcrc32h.c9 test_crc32h (uint32_t arg0, uint16_t arg1) argument
11 return __crc32h (arg0, arg1);
H A Dcrc32w.c9 test_crc32w (uint32_t arg0, uint32_t arg1) argument
11 return __crc32w (arg0, arg1);
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dselector-1.mm8 + (int)and_eq:(int)arg1 and:(int)arg2;
9 - (int)or_eq:(int)arg1 or:(int)arg3;
10 - (int)not:(int)arg1 xor:(int)arg2;
17 + (int)and_eq:(int)arg1 and:(int)arg2 { return arg1 + arg2; }
18 - (int)or_eq:(int)arg1 or:(int)arg3 { return arg1 + arg3; }
19 - (int)not:(int)arg1 xor:(int)arg2 { return arg1 + arg2; }
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dselector-4.m8 + (int)and_eq:(int)arg1 and:(int)arg2;
9 - (int)or_eq:(int)arg1 or:(int)arg3;
10 - (int)not:(int)arg1 xor:(int)arg2;
17 + (int)and_eq:(int)arg1 and:(int)arg2 { return arg1 + arg2; }
18 - (int)or_eq:(int)arg1 or:(int)arg3 { return arg1 + arg3; }
19 - (int)not:(int)arg1 xor:(int)arg2 { return arg1 + arg2; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020109-2.c18 extern_test (struct srt_dat_t arg1) argument
20 arg1.un2.member3++;
21 arg1.member1++;
22 arg1.member2++;
H A Dpr19357.c6 long double ftest(struct f arg1, long double arg2) { argument

Completed in 342 milliseconds

1234567891011>>