Searched refs:need (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dscop-19.c19 d_growable_string_resize (struct d_growable_string *dgs, size_t need) argument
23 while (newalc < need)
30 size_t need; local
31 if (need > dgs->alc)
32 d_growable_string_resize (dgs, need);
/haiku-buildtools/binutils/gas/testsuite/gas/d10v/
H A Dinstruction_packing-006.s1 ;; sequence control operands need to be packed with nop's
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d10v/
H A Dinstruction_packing-006.s1 ;; sequence control operands need to be packed with nop's
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dempty.s1 # An empty source file for tests that need no instructions.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dempty.s1 # An empty source file for tests that need no instructions.
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dgetarg_1.x2 # We need -mstdmain to enable argument processing on SPU.
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dnan-2008.s3 # We need some section contents for the ELF header flag compatibility check
H A Dnan-legacy.s3 # We need some section contents for the ELF header flag compatibility check
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dle-fpconst.s2 # These need ARM specific support because 8 byte fp constants in little
H A Dimmed.s1 @ Tests for complex immediate expressions - none of these need
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dle-fpconst.s2 # These need ARM specific support because 8 byte fp constants in little
H A Dimmed.s1 @ Tests for complex immediate expressions - none of these need
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dpop-op.s2 # No need to check the canonical three constants.
H A Dswym-op.s2 # No need to check the canonical three constants.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dpop-op.s2 # No need to check the canonical three constants.
/haiku-buildtools/binutils/gas/testsuite/gas/nios2/
H A Dwarn_nobreak.l3 If you don't need to debug this code use .set nobreak to turn off this warning.
5 If you don't need to debug this code use .set nobreak to turn off this warning.
7 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Dfarcall-b-plt.s8 # we need long branch veneer.
H A Dfarcall-bl-plt.s9 # we need long branch veneer.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug285.go89 bug286.go:23: invalid map index false - need type B
90 bug286.go:80: invalid map index z - need type interface { }
91 bug286.go:83: invalid map index new(struct { x int }) - need type interface { }
92 bug286.go:84: invalid map index p - need type interface { }
93 bug286.go:85: invalid map index false - need type interface { }
94 bug286.go:86: invalid map index 17 - need type interface { }
95 bug286.go:87: invalid map index "foo" - need type interface { }
96 bug286.go:93: invalid map index new(struct { x int }) - need type I1
97 bug286.go:94: invalid map index false - need type I1
98 bug286.go:95: invalid map index 17 - need typ
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dredef2.d3 # identical to ../all, we just need to reverse the relocs.
H A Dredef3.d3 #identical to ../all/redef, we just need to reverse the relocs.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/syntax/
H A Dcomposite.go10 3 // ERROR "need trailing comma before newline in composite literal"
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dtocopt.s26 # no need for got entry, optimise to nop,addi
39 # no need for toc entry, optimise to nop,addi
H A Dtocopt5.s26 # no need for got entry, optimise to nop,addi
35 # no need for toc entry, optimise to nop,addi
H A Dtocopt8.s25 # no need for got entry, optimise to nop,addi
33 # no need for toc entry, optimise to nop,addi

Completed in 203 milliseconds

1234567891011>>