Searched defs:ref (Results 26 - 50 of 326) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dref3.C11 Base& ref = c; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dref1.C16 void foo() { const A &ref = B::a; } // taking reference, not a copy! local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfnspec1.C6 template <> struct ref<double> { typedef double result; }; struct
/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
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020619-1.c8 static int32 ref(void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr39794.c19 int ref[16] = { 0, 1, 4, 2, 10, 12, 24, 44, variable
H A Dpr44838.c19 int ref[16] = { 0, 1, 4, 2, 10, 12, 24, 44, variable
/haiku-buildtools/gcc/mpc/tests/
H A Dcomparisons.c25 same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign) argument
41 same_mpc_value (mpc_ptr got, mpc_ptr ref, known_signs_t known_signs) argument
[all...]
/haiku-buildtools/isl/include/isl/
H A Dvec.h26 int ref; member in struct:isl_vec
/haiku-buildtools/isl/
H A Disl_ast_graft_private.h28 int ref; member in struct:isl_ast_graft
H A Disl_constraint_private.h9 int ref; member in struct:isl_constraint
H A Disl_morph.h28 int ref; member in struct:isl_morph
H A Disl_reordering.h15 int ref; member in struct:isl_reordering
H A Disl_band_private.h25 int ref; member in struct:isl_band
H A Disl_id_private.h21 int ref; member in struct:isl_id
H A Disl_list_templ.h7 int ref; local
H A Disl_mat_private.h4 int ref; member in struct:isl_mat
H A Disl_multi_templ.h11 int ref; local
H A Disl_val_private.h18 int ref; member in struct:isl_val
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/
H A D13450.cc35 cplx ref = pow(cplx(a, T()), cplx(b, T())); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D4.cc33 char ref[max_size]; local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinit16.C16 bar::bar (const bar &ref) argument
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/examples-4/
H A De.54.3.f9049 real :: ref, d variable in program:e_54_3
H A De.54.4.f9052 real :: ref, d variable in program:e_54_4
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/
H A D1.cc31 typedef std::string::reference ref; typedef

Completed in 219 milliseconds

1234567891011>>