Searched refs:ref (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dxcoff-ref-1.s1 .ref foo
3 .ref 1234
4 .ref a,
5 .ref ,
6 .ref
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dctor10.C7 int &ref; member in struct:S
8 S() : ref() {}; // { dg-error "value-initialization of" }
H A Dctor9.C6 int &ref; member in struct:S
7 S() : ref() {}; // { dg-error "value-initialization of" }
/haiku-buildtools/binutils/ld/testsuite/ld-elfvers/
H A Dvers27d2.c4 ref () function
H A Dvers27d3.c1 extern void ref ();
8 ref ();
H A Dvers26b.c6 ref () function
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elfvers/
H A Dvers27d2.c4 ref () function
H A Dvers27d3.c1 extern void ref ();
8 ref ();
H A Dvers26b.c6 ref () function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ref6.C5 static constexpr int const& ref = 5; member in struct:A
H A Dtrailing8.C4 int& ref(int& x) { return x; } function
5 const int& ref(const int& x) { return x; } function
11 auto test2() const -> decltype(ref(x));
19 auto A::test2() const -> decltype(ref(x)) { function
20 return ref(x);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Dusing3.C5 int &ref = x; member in namespace:NS
8 using NS::ref;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr36960.C4 const int& ref; member in struct:Lower
5 Lower(const int& ref) : ref(ref) { } argument
8 Middle(const int& ref) : Lower(ref) { } argument
11 Upper(const int& ref) : Lower(ref), Middle(ref) { } argument
12 int get() { return ref; }
[all...]
H A Dpr47541.C10 struct Wrapper : public Dummy { RefCount ref; }; member in struct:Wrapper
14 *ptr.ref.b = 0;
21 x.ref.a = &a;
22 x.ref.b = &b;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dambig1.C8 int const& ref = H(); // { dg-error "ambiguous" } variable
H A Dop4.C12 void add_one (X & ref) { /* { dg-message "argument" } */ argument
13 ++ ref.x;
/haiku-buildtools/gcc/mpc/tests/
H A Dcomparisons.c25 same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign) argument
30 return mpfr_nan_p (ref);
32 return mpfr_inf_p (ref) &&
33 (!known_sign || mpfr_signbit (got) == mpfr_signbit (ref));
35 return mpfr_zero_p (ref) &&
36 (!known_sign || mpfr_signbit (got) == mpfr_signbit (ref));
37 return mpfr_cmp (got, ref) == 0;
41 same_mpc_value (mpc_ptr got, mpc_ptr ref, known_signs_t known_signs) argument
43 return same_mpfr_value (mpc_realref (got), mpc_realref (ref), known_signs.re)
44 && same_mpfr_value (mpc_imagref (got), mpc_imagref (ref), known_sign
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/
H A Dcopy.cc34 std::unordered_multiset<int> ref; local
37 ref.insert(i);
38 ref.insert(i);
41 std::unordered_multiset<int> copy(ref);
42 VERIFY( copy.size() == ref.size() );
43 VERIFY( std::equal(ref.begin(), ref.end(), copy.begin()) );
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dscoped1.C20 void foo (eo &ref) argument
22 ref.mlp::base::reset ();
23 ref.base::reset ();
24 ref.reset ();
25 ref.mlp::reset (); // { dg-error "" } not an aggregate type
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/
H A D53067.cc27 ref(Foo);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/
H A D53067.cc27 ref(Foo);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A Dconv_result.cc35 using std::ref;
39 bind<void>(ref(x), 1)();
40 VERIFY( bind<long>(ref(x), 1)() == 2 );
41 bind<void>(&::X::b, ref(x))();
42 VERIFY( bind<int>(&::X::b, ref(x))() == 1 );
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dcompact-eh-2.s3 .hidden DW.ref.__gnu_compact_pr2
4 .weak DW.ref.__gnu_compact_pr2
5 .section .data.DW.ref.__gnu_compact_pr2,"awG",@progbits,DW.ref.__gnu_compact_pr2,comdat
7 .type DW.ref.__gnu_compact_pr2, @object
8 .size DW.ref.__gnu_compact_pr2, 4
9 DW.ref.__gnu_compact_pr2:
17 .cfi_personality 0x1b, DW.ref.__gnu_compact_pr2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dredecl1.C10 re (const A& ref) // { dg-error "new declaration" } argument
12 return A (ref);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfnspec1.C5 template <typename R> struct ref;
6 template <> struct ref<double> { typedef double result; }; struct
9 void foo(typename ref<T>::result, S<T>*);

Completed in 175 milliseconds

1234567891011>>