Searched refs:duplicate (Results 1 - 25 of 70) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dfuncdup.go10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous"
11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous"
12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
15 type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous"
16 type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous"
17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
21 func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous"
22 func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous"
23 func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous"
25 func F1(i, i int) {} // ERROR "duplicate argumen
[all...]
H A Dfuncdup2.go10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous"
11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous"
12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
15 var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous"
16 var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous"
17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
H A Dtypeswitch2.go18 case int: // ERROR "duplicate"
22 case io.Reader: // ERROR "duplicate"
29 case interface { // GCCGO_ERROR "duplicate"
32 }: // GC_ERROR "duplicate"
H A Dfunc1.go17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
H A Dinitializerr.go22 var a2 = S { Y: 3, Z: 2, Y: 3 } // ERROR "duplicate"
32 // compile-time errors about duplicate key values.
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/lns/
H A Dlns-duplicate.d1 #source: ../../../lns/lns-duplicate.s
3 #name: lns-duplicate
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arc/
H A Dmath.s3 # Stay away from operands with duplicate arguments (eg: add r0,r1,r1).
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dunwind-bad-1.l3 [^:]*:9: Error: duplicate \.personalityindex directive
6 [^:]*:29: Error: duplicate \.personality directive
8 [^:]*:34: Error: duplicate \.handlerdata directive
H A Dunwind-bad-1.s8 # duplicate .personalityindex directive
28 # duplicate .personality directive
33 # duplicate .handlerdata directive
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug211.go9 type R interface { duplicate() }
10 type S interface { duplicate() }
11 type T interface { R; S } // ERROR "duplicate"
H A Dbug412.go10 x int // GCCGO_ERROR "duplicate field name .x."
11 x int // GC_ERROR "duplicate field x"
H A Dbug132.go10 x, x int // ERROR "duplicate"
H A Dbug040.go10 x int) { // ERROR "duplicate argument|redefinition"
H A Dissue5105.go7 // Issue 5105: linker segfaults on duplicate definition
H A Dbug342.go12 foo(x int) (x int) // ERROR "duplicate argument|redefinition"
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Db-widec3.d6 #error: invalid symbol table: duplicate symbol `Main'
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Db-widec3.d6 #error: invalid symbol table: duplicate symbol `Main'
/haiku-buildtools/binutils/gas/testsuite/gas/alpha/
H A Delf-tls-2.l6 .*:23: Error: duplicate !tlsgd!5
7 .*:26: Error: duplicate !tlsldm!6
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l4 .*:5: (Error|Warning): Invalid duplicate use of `r1'
6 .*:7: (Error|Warning): Invalid duplicate use of `p1'
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/alpha/
H A Delf-tls-2.l6 .*:23: Error: duplicate !tlsgd!5
7 .*:26: Error: duplicate !tlsldm!6
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l4 .*:5: (Error|Warning): Invalid duplicate use of `r1'
6 .*:7: (Error|Warning): Invalid duplicate use of `p1'
/haiku-buildtools/binutils/gas/testsuite/gas/lns/
H A Dlns-duplicate.d2 #name: lns-duplicate
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-isolate-paths.c164 DUPLICATE is a pre-existing duplicate, use it as BB' if it exists.
169 isolate_path (basic_block bb, basic_block duplicate, argument
176 /* First duplicate BB if we have not done so already and remove all
177 the duplicate's outgoing edges as duplicate is going to unconditionally
180 if (!duplicate)
182 duplicate = duplicate_block (bb, NULL, NULL);
184 for (ei = ei_start (duplicate->succs); (e2 = ei_safe_edge (ei)); )
189 e2 = redirect_edge_and_branch (e, duplicate);
210 duplicate
292 basic_block duplicate = NULL; local
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Dgen-avr-mmcu-texi.c70 int duplicate = 0; local
88 duplicate = 1;
89 fprintf (stderr, "error: duplicate device: %s\n", mcu_name[i]);
93 if (duplicate)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmapdir.s2 # generated. This could lead to duplicate mapping symbols at

Completed in 202 milliseconds

123