HomeSort by: relevance | last modified time | path
    Searched defs:pointer (Results 1 - 25 of 286) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-lazy-string.c 18 typedef const char *pointer; typedef
23 const char *ptr = "pointer";
25 pointer typedef_ptr = "typedef pointer";
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-lazy-string.c 18 typedef const char* pointer; typedef
23 const char *ptr = "pointer";
25 pointer typedef_ptr = "typedef pointer";
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-lazy-string.c 18 typedef const char *pointer; typedef
23 const char *ptr = "pointer";
25 pointer typedef_ptr = "typedef pointer";
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-lazy-string.c 18 typedef const char* pointer; typedef
23 const char *ptr = "pointer";
25 pointer typedef_ptr = "typedef pointer";
  /src/external/gpl3/gdb/dist/gnulib/import/
msvc-inval.c 80 struct gl_msvc_inval_per_thread *pointer = local
82 if (pointer == NULL)
85 pointer =
88 if (pointer == NULL)
90 pointer = &not_per_thread;
91 TlsSetValue (tls_index, pointer);
93 return pointer;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
msvc-inval.c 80 struct gl_msvc_inval_per_thread *pointer = local
82 if (pointer == NULL)
85 pointer =
88 if (pointer == NULL)
90 pointer = &not_per_thread;
91 TlsSetValue (tls_index, pointer);
93 return pointer;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
M0203.h 9 u16 pointer; member in struct:nvbios_M0203T
  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace-acpi.h 38 #define pointer Pointer macro
  /src/external/apache2/llvm/dist/libcxx/src/include/
sso_allocator.h 41 typedef _Tp* pointer; typedef in class:__sso_allocator
51 _LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr)
56 return (pointer)&buf_;
60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type __n)
62 if (__p == (pointer)&buf_)
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.h 34 char *pointer; /* Pointer to the input text. */ member in struct:__anon9566
57 extern ITEXT *remember_itext (char *pointer, int offset);
58 extern void forget_itext (char *pointer);
59 extern void maybe_write_itext (char *pointer, int offset);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 82 typedef void* pointer; typedef in class:allocator
112 // with any pointer which wasn't obtained from allocate.
137 typedef _Tp* pointer; typedef in class:allocator
ptr_traits.h 0 // Pointer Traits -*- C++ -*-
72 // Detect the element type of a pointer-like type.
97 using pointer = _Ptr;
101 * @brief Obtain a pointer to an object
103 * @return `pointer::pointer_to(__r)`
104 * @pre `pointer::pointer_to(__r)` is a valid expression.
106 static pointer
110 { pointer::pointer_to(__r) } -> convertible_to<pointer>;
113 { return pointer::pointer_to(__r);
190 typedef _Tp* pointer; typedef in struct:pointer_traits
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 60 /// Iterator's pointer type.
61 typedef pointer_ pointer; typedef in class:const_iterator_
63 /// Iterator's const pointer type.
98 * pointer and position (e.g., this is called from within a find()
107 * Pointer to the table object which created the iterator (used for
point_const_iterator.hpp 61 /// Iterator's pointer type.
62 typedef pointer_ pointer; typedef in class:point_const_iterator_
64 /// Iterator's const pointer type.
point_iterator.hpp 59 /// Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:point_iterator_
62 /// Iterator's const pointer type.
84 pointer
120 point_iterator_(pointer p_value) : m_p_value(p_value)
129 pointer m_p_value;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ptr_traits.h 0 // Pointer Traits -*- C++ -*-
76 // Detect the element type of a pointer-like type.
101 using pointer = _Ptr;
105 * @brief Obtain a pointer to an object
107 * @return `pointer::pointer_to(__r)`
108 * @pre `pointer::pointer_to(__r)` is a valid expression.
110 static pointer
114 { pointer::pointer_to(__r) } -> convertible_to<pointer>;
117 { return pointer::pointer_to(__r);
194 typedef _Tp* pointer; typedef in struct:pointer_traits
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 60 /// Iterator's pointer type.
61 typedef pointer_ pointer; typedef in class:const_iterator_
63 /// Iterator's const pointer type.
98 * pointer and position (e.g., this is called from within a find()
107 * Pointer to the table object which created the iterator (used for
point_const_iterator.hpp 61 /// Iterator's pointer type.
62 typedef pointer_ pointer; typedef in class:point_const_iterator_
64 /// Iterator's const pointer type.
point_iterator.hpp 59 /// Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:point_iterator_
62 /// Iterator's const pointer type.
84 pointer
120 point_iterator_(pointer p_value) : m_p_value(p_value)
129 pointer m_p_value;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
iterator_tracker.h 56 typedef typename _Traits::pointer pointer; typedef in class:__profile::__iterator_tracker
85 pointer
  /src/external/gpl3/gdb.old/dist/gdbsupport/
filtered-iterator.h 36 typedef typename BaseIterator::pointer pointer; typedef in class:filtered_iterator
next-iterator.h 34 typedef T **pointer; typedef in struct:next_iterator
  /src/external/gpl3/gdb/dist/gdbsupport/
next-iterator.h 34 typedef T **pointer; typedef in struct:next_iterator
  /src/tests/usr.bin/indent/
opt_bc.c 18 char plain, *pointer; variable
30 *pointer; variable
37 char plain, *pointer; variable
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h 36 typedef void* pointer; typedef in class:allocator
47 typedef const void* pointer; typedef in class:allocator
97 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp* pointer; typedef in class:allocator
108 pointer address(reference __x) const _NOEXCEPT {
132 void destroy(pointer __p) {
178 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* pointer; typedef in class:allocator
209 void destroy(pointer __p) {

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>