Searched refs:results1 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-60245.C8 static constexpr int results1 = Apply(0, &id); variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-6.c8 float results1[N] = {192.00,240.00,288.00,336.00,384.00,432.00,480.00,528.00,0.00}; variable
29 if (a[i] != results1[i] || e[i] != results2[i])
H A Dvect-6-big-array.c8 float results1[N]; variable
26 results1[i] = 0;
34 results1[i] = b[i+N/2] * c[i+N/2] - b[i] * c[i];
50 if (a[i] != results1[i] || e[i] != results2[i])
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc3442 const Typed_identifier_list* results1 = this->results(); local
3444 if (results1 != NULL)
3446 Typed_identifier_list::const_iterator res1 = results1->begin();
3548 const Typed_identifier_list* results1 = this->results(); local
3550 if ((results1 != NULL) != (results2 != NULL))
3556 if (results1 != NULL)
3558 Typed_identifier_list::const_iterator res1 = results1->begin();
3563 if (res1 == results1->end())
3578 if (res1 != results1->end())

Completed in 176 milliseconds