Searched refs:pointer (Results 201 - 225 of 454) sorted by relevance

1234567891011>>

/external/clang/include/clang/Sema/
H A DIdentifierResolver.h77 typedef NamedDecl * pointer; typedef in class:clang::IdentifierResolver::iterator
204 /// FETokenInfo contains a Decl pointer if lower bit == 0.
209 /// FETokenInfo contains a IdDeclInfo pointer if lower bit == 1.
/external/e2fsprogs/lib/ss/
H A Dhelp.c42 pointer info_ptr;
H A Dlisten.c138 int sci_idx, pointer infop __SS_ATTR((unused)))
/external/libxml2/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
144 void trio_print_pointer TRIO_PROTO((trio_pointer_t ref, trio_pointer_t pointer));
/external/llvm/include/llvm/ADT/
H A DSparseSet.h45 /// - pointer key, pointer-derived index, identity value (node+ID)
46 /// - pointer key, pointer-derived index, fat value with getSparseSetIndex()
138 typedef ValueT *pointer; typedef in class:llvm::SparseSet
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h132 // expression is a null pointer literal (i.e. NULL or any 0-valued
142 // a null pointer literal. Therefore, we know that x is a null
143 // pointer literal if and only if the first version is picked by the
149 // null pointer literal (i.e. NULL or any 0-valued compile-time
186 // Converts a streamable value to a String. A NULL pointer is
210 T* pointer) {
211 return StreamableToString(static_cast<const void*>(pointer));
240 inline String FormatForFailureMessage(T* pointer) { argument
241 return StreamableToString(static_cast<const void*>(pointer));
252 // rather than a pointer
209 FormatValueForFailureMessage(internal::true_type , T* pointer) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp161 TPointerEvent& pointer = *aEvent.Pointer(); local
162 pointer.iType = TPointerEvent::EButton1Down;
163 pointer.iPosition = iPos;
164 pointer.iParentPosition = aBasePos;
/external/regex-re2/re2/
H A Dstringpiece.h45 // data() may return a pointer to a buffer with embedded NULs, and the
117 typedef const char* pointer; typedef in class:re2::StringPiece
/external/stlport/stlport/stl/
H A D_hashtable.h68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
115 typedef typename _Traits::pointer pointer; typedef in struct:_Ht_iterator
240 typedef typename _NonConstTraits::pointer pointer; typedef in class:hashtable
H A D_istreambuf_iterator.h58 typedef const _CharT* pointer; typedef in class:istreambuf_iterator
H A D_map.h81 typedef typename _Rep_type::pointer pointer; typedef in class:map
274 typedef typename _Rep_type::pointer pointer; typedef in class:multimap
H A D_set.h69 typedef typename _Rep_type::pointer pointer; typedef in class:set
240 typedef typename _Rep_type::pointer pointer; typedef in class:multiset
H A D_hash_map.h70 typedef typename _Ht::pointer pointer; typedef in class:hash_map
261 typedef typename _Ht::pointer pointer; typedef in class:hash_multimap
450 typedef void pointer; typedef in class:insert_iterator
477 typedef void pointer; typedef in class:insert_iterator
H A D_hash_set.h64 typedef typename _Ht::pointer pointer; typedef in class:hash_set
250 typedef typename _Ht::pointer pointer; typedef in class:hash_multiset
445 typedef void pointer; typedef in class:insert_iterator
472 typedef void pointer; typedef in class:insert_iterator
/external/stlport/stlport/stl/config/
H A Dfeatures.h142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
731 typedef _STLP_STD::__reverse_iterator<iterator, value_type, reference, pointer, difference_type> \
754 typedef typename _Super::pointer pointer; \
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTPixelBuffer.cpp231 void QTPixelBuffer::dataProviderReleaseBytePointerCallback(void* refcon, const void* pointer) argument
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c197 iwr.u.essid.pointer = (caddr_t) ssid;
243 iwr.u.essid.pointer = (caddr_t) buf;
516 /* WE-19 removed the pointer from struct iw_point */
1170 iwr.u.data.pointer = (caddr_t) &req;
1254 iwr.u.data.pointer = buf;
1294 iwr.u.data.pointer = res_buf;
1661 /* WE-19 removed the pointer from struct iw_point */
1741 iwr.u.data.pointer = (caddr_t) range;
1825 iwr.u.encoding.pointer = (caddr_t) ext;
1866 iwr.u.encoding.pointer
[all...]
/external/clang/include/clang/AST/
H A DExternalASTSource.h281 /// \brief A lazy pointer to an AST node (of base type T) that resides
289 /// \brief Either a pointer to an AST node or the offset within the
292 /// If the low bit is clear, a pointer to the AST node. If the low
321 /// \brief Whether this pointer is non-NULL.
326 /// \brief Whether this pointer is currently stored as an offset.
329 /// \brief Retrieve the pointer to the AST node that this lazy pointer
333 /// \returns a pointer to the AST node.
337 "Cannot deserialize a lazy pointer without an AST source");
381 typedef value_type* pointer; typedef in class:clang::LazyVector::iterator
[all...]
/external/clang/include/clang/Driver/
H A DArgList.h54 typedef Arg * const * pointer; typedef in class:clang::driver::arg_iterator
67 pointer operator->() const { return Current; }
278 /// MakeArgString - Construct a constant string pointer whose
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk44 CFLAGS.Release := $(CFLAGS) -O3 -fomit-frame-pointer
/external/dbus/dbus/
H A Ddbus-internals.h172 #define _DBUS_POINTER_TO_INT(pointer) ((intptr_t)(pointer))
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h60 /// getRegUseDefListHead - Return the head pointer for the register use/def
407 // frame pointer when the register allocator has already used the frame
408 // pointer register for something else.
496 MachineInstr, ptrdiff_t>::pointer pointer; typedef in class:llvm::MachineRegisterInfo::defusechain_iterator
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h105 // Gets the underlying array. This pointer is possibly invalidated by
332 // resizes the pointer array; it doesn't allocate any objects. If the
338 // Gets the underlying array. This pointer is possibly invalidated by
368 // The spaced used just by the pointer array, not counting the objects pointed
735 // Make room for the new pointer.
741 // There is no more space in the pointer array because it contains some
936 typedef typename superclass::pointer pointer; typedef in class:google::protobuf::internal::RepeatedPtrIterator
955 pointer operator->() const { return &(operator*()); }
1024 typedef typename superclass::pointer pointe typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas55 extra: PChar; (* pointer to extra field or Z_NULL if none *)
58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c137 iwr.u.essid.pointer = (caddr_t) ssid;
183 iwr.u.essid.pointer = (caddr_t) buf;
457 /* WE-19 removed the pointer from struct iw_point */
1044 iwr.u.data.pointer = (caddr_t) &req;
1089 iwr.u.data.pointer = res_buf;
1469 /* WE-19 removed the pointer from struct iw_point */
1549 iwr.u.data.pointer = (caddr_t) range;
1627 iwr.u.encoding.pointer = (caddr_t) ext;
1668 iwr.u.encoding.pointer = (caddr_t) ext;
1797 iwr.u.encoding.pointer
[all...]

Completed in 489 milliseconds

1234567891011>>