Searched refs:pointer (Results 151 - 175 of 324) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DPostOrderIterator.h100 // First element is basic block pointer, second is the 'next child' to visit
132 typedef typename super::pointer pointer; typedef in class:llvm::po_iterator
149 inline pointer operator*() const {
153 // This is a nonstandard operator-> that dereferences the pointer an extra
155 // the contained type is a pointer. This allows BBIt->getTerminator() f.e.
H A DSparseMultiSet.h182 typedef ValueT *pointer; typedef in class:llvm::SparseMultiSet
245 typedef typename super::pointer pointer; typedef in class:llvm::SparseMultiSet::iterator_base
264 pointer operator->() const { return &operator*(); }
H A DEquivalenceClasses.h61 /// provides a "next pointer", which is used to enumerate all of the elements
62 /// in the unioned set. Finally, it defines either a "end of list pointer" or
63 /// "leader pointer" depending on whether the value itself is a leader. A
64 /// "leader pointer" points to the node that is the leader for this element,
65 /// if the node is not a leader. A "end of list pointer" points to the last
89 assert(getNext() == 0 && "Already has a next pointer!");
228 // Update L1LV's end of list pointer.
247 typedef typename super::pointer pointer; typedef in class:llvm::EquivalenceClasses::member_iterator
H A DSCCIterator.h45 typedef typename super::pointer pointer; typedef in class:llvm::scc_iterator
60 // First element is basic block pointer, second is the 'next child' to visit
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
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s98 # %si: pointer to partition table
103 movw %ax, %si # %si = pointer to partition table
112 movw %cs:iniss, %ss # Restore stack pointer
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.h131 } pointer; member in union:coff_type::__anon269
/freebsd-10.0-release/contrib/libyaml/include/
H A Dyaml.h51 * @returns The function returns the pointer to a static string of the form
144 /** The pointer position. */
850 * The pointer returned by this function is valid until any of the functions
867 * The pointer returned by this function is valid until any of the functions
975 * @param[in,out] data A pointer to an application data specified by
1115 /** A pointer for passing to the read handler. */
1122 /** The string start pointer. */
1124 /** The string end pointer. */
1144 yaml_char_t *pointer; member in struct:yaml_parser_s::__anon1848
1159 unsigned char *pointer; member in struct:yaml_parser_s::__anon1849
1575 yaml_char_t *pointer; member in struct:yaml_emitter_s::__anon1859
1587 unsigned char *pointer; member in struct:yaml_emitter_s::__anon1860
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 typedef value_type *pointer; typedef in class:clang::ContinuousRangeMap
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h150 void printsub (int direction, unsigned char *pointer, size_t length);
/freebsd-10.0-release/crypto/openssl/apps/
H A Dtsget30 my ($data, $pointer) = @_;
31 ${$pointer} .= $data;
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.S33 xorq %rbp,%rbp # Clear frame pointer for good form
44 * %rdx contains a pointer to a termination function that should be
55 * order, they are (1) "obj", a pointer to the calling object's Obj_Entry,
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh415 # For most targets, a pointer on the target and its representation as an
423 # ptr_bit is the size of a pointer on the target
437 # Function for getting target's idea of a frame pointer. FIXME: GDB's
778 # Fetch the pointer to the ith function argument.
1198 /* Register per-architecture data-pointer.
1200 Reserve space for a per-architecture data-pointer. An identifier
1201 for the reserved data-pointer is returned. That identifer should
1204 The per-architecture data-pointer is either initialized explicitly
1213 per-architecture data-pointer for that previous architecture is
1225 void *pointer);
[all...]
/freebsd-10.0-release/bin/sh/
H A Dnodes.c.pat51 static pointer funcblock; /* block to allocate function from */
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h2 Mudflap: narrow-pointer bounds-checking by tree rewriting.
205 void *pointer; member in struct:__mf_dynamic_entry
321 dlsym(RTLD_NEXT, "foo") to acquire a pointer to the "real" libc foo, or
349 (((__mf_fn_ ## fname)(__mf_dynamic[dyn_ ## fname].pointer)) (__VA_ARGS__)));})
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp122 typedef Pointer pointer; typedef in class:pb_ds::detail::bin_search_tree_const_it_
331 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp141 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp163 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp110 value_type>::other::pointer
111 pointer; typedef in class:pb_ds::detail::thin_heap_
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h230 pointer; typedef in struct:std::__detail::_Node_iterator
249 pointer
274 typedef const _Value* pointer; typedef in struct:std::__detail::_Node_const_iterator
294 pointer
371 pointer; typedef in struct:std::__detail::_Hashtable_iterator
394 pointer
419 typedef const _Value* pointer; typedef in struct:std::__detail::_Hashtable_const_iterator
444 pointer
/freebsd-10.0-release/contrib/libyaml/src/
H A Dapi.c75 yaml_char_t **pointer, yaml_char_t **end)
83 *pointer = new_start + (*pointer - *start);
623 yaml_char_t *pointer = start; local
625 while (pointer < end) {
631 octet = pointer[0];
641 if (pointer+width > end) return 0;
643 octet = pointer[k];
652 pointer += width;
74 yaml_string_extend(yaml_char_t **start, yaml_char_t **pointer, yaml_char_t **end) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h33 // additional overloads so that elements with pointer types are recognized as
89 typedef T* pointer; typedef in class:clang::ASTVector
148 /// data - Return a pointer to the vector's buffer, even if empty().
149 pointer data() {
150 return pointer(Begin);
153 /// data - Return a pointer to the vector's buffer, even if empty().
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp83 typedef typename key_rebind::pointer key_pointer;
91 typedef typename mapped_rebind::pointer mapped_pointer;
99 typedef typename value_rebind::pointer pointer; typedef in class:pb_ds::container_base
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp80 pointer p_new = s_value_allocator.allocate(1);
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp90 typedef typename base_rebind::pointer node_pointer;
95 typedef typename leaf_rebind::pointer leaf_pointer;
99 typedef typename internal_node_rebind::pointer internal_node_pointer;
115 typedef typename node_pointer_rebind::pointer node_pointer_pointer;

Completed in 324 milliseconds

1234567891011>>