Searched defs:other (Results 76 - 100 of 286) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/pair/
H A Dpiecewise.cc33 type_zero(type_zero&& other) : n_(other.n_) { } argument
46 type_one(type_one&& other) : n_(other.n_) { } argument
59 type_two(type_two&& other) : n1_(other.n1_), n2_(other.n2_) { } argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc31 { typedef clear_alloc<T1> other; }; typedef in struct:clear_alloc::rebind
H A D55977.cc39 { typedef MyAllocator<U> other; }; typedef in struct:MyAllocator::rebind
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.h30 { typedef clear_alloc<T1> other; }; typedef in struct:clear_alloc::rebind
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc31 { typedef clear_alloc<T1> other; }; typedef in struct:clear_alloc::rebind
H A D55977.cc33 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/cons/
H A Dvalue.cc31 tracker(tracker const& other) : value(other.value) { ++count; } argument
32 tracker(tracker&& other) : value(other.value) argument
54 throwing_construction(throwing_construction const& other) argument
H A Dcopy.cc29 tracker(tracker const& other) : value(other.value) { ++count; } argument
30 tracker(tracker&& other) : value(other.value) argument
H A Dmove.cc29 tracker(tracker const& other) : value(other.value) { ++count; } argument
30 tracker(tracker&& other) : value(other.value) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dhash_shift_mask.cc69 swap(shift_two_mask_range_hashing& other) argument
H A Dranged_hash.cc111 swap(simple_string_ranged_hash_fn& other) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cilk-plus/CK/
H A Dfib-tplt.cc11 struct fib_struct operator+(struct fib_struct &other) { argument
16 struct fib_struct operator-(int other) { argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/hash_fn/
H A Dstring_ranged_hash_fn.hpp75 swap(string_ranged_hash_fn<Comb_Fn>& other) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/
H A Dbasic_type.hpp75 basic_type(const std::string other) argument
/haiku-buildtools/gcc/gmp/tests/
H A Damd64check.c57 int other[4]; member in struct:__anon1861
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dmemclass4.C11 Unit(const Unit<T, T2>& other) {} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr33604.C9 Value& operator=(double other) { value = other; } argument
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp658.C59 Object::Object(const Object& other): argument
94 Char::Char(const Char& other): argument
/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c62 objc_lookup_ivar (tree other, tree ARG_UNUSED (arg)) argument
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_mutexset.h39 void operator=(const MutexSet &other) { argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/
H A D56613.cc42 typedef alloc<U> other; typedef in struct:alloc::rebind
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-function.C37 function(const function& other) : invoker(0) { argument
52 function& operator=(const function& other) { argument
63 void swap(function& other) { argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-33.C35 A(const A& other) { argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr62079.C15 typedef new_allocator < _Tp1 > other; typedef in struct:new_allocator::rebind
49 tuple (const tuple < VValues ... >&other):inherited (other.tail ()), argument
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dcilk_fiber-unix.cpp122 inline void cilk_fiber_sysdep::resume_other_sysdep(cilk_fiber_sysdep* other) argument
136 void cilk_fiber_sysdep::suspend_self_and_resume_other_sysdep(cilk_fiber_sysdep* other) argument
154 jump_to_resume_other_sysdep(cilk_fiber_sysdep* other) argument
[all...]

Completed in 285 milliseconds

1234567891011>>