Searched refs:pointer (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr15054.C9 struct pointer struct
13 pointer(void* x = 0) : ptr(x) {} function in struct:pointer
14 pointer(const pointer& x) : ptr(x.ptr) {} function in struct:pointer
22 ~element() { pointer(); if (canary != 123) abort (); }
25 inline pointer
28 return pointer(new element(x));
H A Dcomplex4.C7 const cdouble *pointer();
12 const cdouble *data = pointer();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-8.c8 int (*pointer)[5] = &q->a;
9 return (*pointer)[0];
13 /* We should have propragated &q->a into (*pointer). */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000405-3.c5 int foo (struct foo *ptr, int idx, void *pointer) argument
7 ptr->entry[idx] = pointer;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dtypename15.C4 typedef T *pointer; typedef in class:Cdeque
6 typedef typename Cdeque<T>::pointer pointer; typedef in class:Cdeque::iterator
7 pointer operator->();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/
H A Dpointer_type.cc32 typedef char* pointer; typedef in struct:B
33 void operator()(pointer) const { }
44 static_assert( std::is_same< up::pointer, int*>::value, "" );
45 static_assert( std::is_same< upA::pointer, int*>::value, "" );
46 static_assert( std::is_same< upB::pointer, char*>::value, "" );
47 static_assert( std::is_same< upAr::pointer, int*>::value, "" );
48 static_assert( std::is_same< upBr::pointer, char*>::value, "" );
H A Dpointer_type_array.cc32 typedef char* pointer; typedef in struct:B
33 void operator()(pointer) const { }
44 static_assert( std::is_same< up::pointer, int*>::value, "" );
45 static_assert( std::is_same< upA::pointer, int*>::value, "" );
46 static_assert( std::is_same< upB::pointer, char*>::value, "" );
47 static_assert( std::is_same< upAr::pointer, int*>::value, "" );
48 static_assert( std::is_same< upBr::pointer, char*>::value, "" );
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp43 inline typename PB_DS_CLASS_C_DEC::pointer
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/
H A Dtypedefs.cc33 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/
H A D48398.cc29 typedef int* pointer; typedef in struct:my_deleter
31 void operator()( pointer p ) { delete p; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/
H A Dtypedefs.cc33 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf3.C16 void (Fooey::*pointer)(double);
17 pointer = &Fooey::f; // { dg-error "" } don't call Fooey::h
18 (Blah.*pointer)(42.5);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr55263.C6 typedef _Tp pointer; typedef in class:new_allocator
18 typedef typename _Alloc::pointer pointer; typedef in struct:__alloc_traits
31 typedef typename __alloc_traits < _Tp_alloc_type >::pointer pointer; typedef in struct:_Vector_base
34 pointer _M_start;
35 pointer _M_end_of_storage;
47 typedef typename _Base::pointer pointer; typedef in class:vector
53 void _M_erase_at_end (pointer)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Diterator.hpp56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dxmalloc.c41 /* Return a pointer to free()able block of memory large enough
56 xrealloc (pointer, bytes)
57 void *pointer;
62 if (!pointer)
65 temp = realloc (pointer, bytes);
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dxmalloc.c41 /* Return a pointer to free()able block of memory large enough
56 xrealloc (pointer, bytes)
57 void *pointer;
62 if (!pointer)
65 temp = realloc (pointer, bytes);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/vect/
H A Dpr45470-b.cc6 typedef _Tp * pointer; typedef in struct:new_allocator
22 typename _Tp_alloc_type::pointer _M_start;
23 typename _Tp_alloc_type::pointer _M_finish;
24 typename _Tp_alloc_type::pointer _M_end_of_storage;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dpr33160.C5 typedef int __attribute__((mode(pointer))) intptr_t;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/
H A Dtypedefs.cc34 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/
H A Dtypedefs.cc34 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/
H A Dtypedefs.cc35 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/
H A Dtypedefs.cc34 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/
H A Dtypedefs.cc35 typedef test_iterator::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/
H A Dtypedefs.cc37 typedef it::pointer pointer; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/
H A Dtypedefs.cc37 typedef it::pointer pointer; typedef

Completed in 354 milliseconds

1234567891011>>