Searched refs:which (Results 1 - 25 of 532) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D990214-1.c7 bar (int64_t which) argument
9 switch (which & 15 ) {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2736.C13 int which; member in struct:A
14 A(int i) :which(i) {
19 if (++count != which)
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/strings/
H A Dconst-cfstring-5.mm19 + (Foo *) getString: (int) which;
23 + (Foo *) getString: (int) which {
24 return which? [Foo description]: @"Hello";
H A Dconst-str-12.mm25 + (Foo *) getString: (int) which;
31 + (Foo *) getString: (int) which {
32 return which? [Foo description]: @"Hello";
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/strings/
H A Dconst-cfstring-5.m19 + (Foo *) getString: (int) which;
23 + (Foo *) getString: (int) which {
24 return which? [Foo description]: @"Hello";
H A Dconst-str-12b.m25 + (Foo *) getString: (int) which;
31 + (Foo *) getString: (int) which {
32 return which? [Foo description]: @"Hello";
/haiku-buildtools/gcc/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs20 which $i
40 for which in api manual
42 if [ -f libstdc++-$which-single.xml ] # Only needed for GCC 4.7.x
44 mv libstdc++-$which-single.xml libstdc++-$which.xml
46 gzip --best libstdc++-$which.xml
47 gzip --best libstdc++-$which.pdf
48 mv libstdc++-$which{.html,-html}
49 tar czf libstdc++-$which-html.tar.gz libstdc++-$which
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_comp_array_ref_2.f902 ! Tests the fix for PR31564, in which the actual argument to
21 SUBROUTINE cdf_beta(which, test)
23 INTEGER :: which, test local in subroutine:cdf_beta
24 CALL set_bound(the_beta%parameters(which), test)
H A Dderived_comp_array_ref_6.f902 ! Check the fix for PR32129 in which the argument 'vec(vy(i, :))' was
21 INTEGER :: which local in subroutine:cdf_beta
22 which = 1
23 CALL set_bound(the_beta%parameters(1:which)) ! { dg-error "Rank mismatch" }
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-4a.s4 # Define a stub for f1, which is defined in another file.
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dstart4.s2 # section (which .init is, which .text isn't). Here, we don't refer to
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dstart4.s2 # section (which .init is, which .text isn't). Here, we don't refer to
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmzero2.x1 # freebsd sets up the fpu with a different precision control which causes
H A Dcompare-fp-4.x2 # which routines like __ledf2 are just aliases for __cmpdf2. These
H A Dfp-cmp-1.x2 # which routines like __ledf2 are just aliases for __cmpdf2. These
H A Dfp-cmp-2.x2 # which routines like __ledf2 are just aliases for __cmpdf2. These
H A Dfp-cmp-3.x2 # which routines like __ledf2 are just aliases for __cmpdf2. These
H A Dfp-cmp-6.x2 # which routines like __ledf2 are just aliases for __cmpdf2. These
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dwrap.exp34 if { [which $CC] == 0 } {
H A Daudit.exp34 if { [which $CC] == 0 } {
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dstringer.s7 ; Octal escapes used to consume > 3 chars which led to this
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dstringer.s7 ; Octal escapes used to consume > 3 chars which led to this
/haiku-buildtools/legacy/gcc/texinfo/testsuite/lib/
H A Dutils.exp26 if [ file executable [which $name] ] then {
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm.x2 # and we do not preserve enough context to known which one we want.
H A Dstrstr-asm.x2 # and we do not preserve enough context to known which one we want.

Completed in 102 milliseconds

1234567891011>>