Searched refs:h3 (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Darm-fp16-compile-assign.c9 __fp16 h3 = 42.0; variable
23 *p = h3;
24 h3 = t;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dr1.c12 h3 (int *p) function
20 h3 (p);
H A Dbad.c3 struct {unsigned short h0, h1, h2, h3;} h; member in struct:longlong::__anon1144
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c7 #define foo1(h) sdf "h3" fds "h" /* { dg-warning "macro argument \"h\" would be stringified" "traditional stringification" } */
8 #define foo2(h2) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h2\" would be stringified" "traditional stringification" } */
9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "traditional stringification" } */
10 #define foo4(h) sdf 'h3' fds 'h' /* { dg-warning "macro argument \"h\" would be stringified" "traditional stringification" } */
11 #define foo5(h2) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h2\" would be stringified" "traditional stringification" } */
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" woul
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_join.cc84 map_t h2, h3; local
89 h3[2] = 'b';
93 // h3, nor is it true that they are all larger. Hence, attempting to
94 // join h2, and h3 should result in an exception.
98 h2.join(h3);
108 assert(h3[2] == 'b');
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWarray-bounds-11.c44 struct h3 { struct
76 struct h3* h3 = malloc(sizeof(struct h3)); local
81 h3->j[4] = 1; /* { dg-warning "subscript is above array bound" } */
H A Dparm-forwdecl-1.c26 int h3(int a; long a); /* { dg-error "conflicting types|previous definition|just a forward declaration" } */
H A Dc11-align-3.c17 _Alignas ((-__INT_MAX__-1)/2) char h3; /* { dg-error "too large|power of 2" } */ variable
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D08.cc41 unsigned int h4 = 0, h3 = 0, h2 = 0; local
53 is >> h3; local
54 VERIFY( h3 == 20519 );
H A D07.cc41 unsigned int h4 = 0, h3 = 0, h2 = 0; local
58 is >> h3; local
59 VERIFY( h3 == 1024365 );
73 h3 = h4 = h2 = 0;
117 is >> h3; local
118 VERIFY( h3 == 0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D08.cc39 unsigned int h4 = 0, h3 = 0, h2 = 0; local
51 is >> h3; local
52 VERIFY( h3 == 20519 );
H A D07.cc39 unsigned int h4 = 0, h3 = 0, h2 = 0; local
56 is >> h3; local
57 VERIFY( h3 == 1024365 );
71 h3 = h4 = h2 = 0;
115 is >> h3; local
116 VERIFY( h3 == 0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/hash/
H A D1.cc37 std::hash<std::bitset<1000>> h3; local
38 h3(b3);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/hash/
H A D1.cc37 std::hash<std::vector<bool>> h3; local
38 h3(b3);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-3.c20 float h3[4] __attribute__((aligned(16))); variable
71 vec_store (h3, ftmp);
72 compare_float4 (g3, h3);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dauto-fn15.C18 decltype(auto) h3() { return a.i; } function
47 same_type<decltype(h3()),int>();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Diinline-5.c87 static void h3 (struct Z *z) function
95 h3 ((struct Z*) s);
H A Diinline-7.c93 static void h3 (struct Z *z) function
100 h3 ((struct Z*) s);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr59470.C71 bool h3; member in struct:H
84 h3 = true;
148 if (h->h3)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dthumb-16bit-ops.c70 h3 (int a, int b) function
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dvers-script-1.d133 h3 @132
H A Dvers-script-dll.c68 FUNC(h3)
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips16-local-stubs-1.d41 20000038 <h3>:
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dverbose-error.s16 ldnp h3, h7, [sp], #16
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990326-1.c287 h3() function
396 if (!h3 ())

Completed in 301 milliseconds

12