Searched refs:pointer (Results 176 - 200 of 534) sorted by relevance

1234567891011>>

/openbsd-current/libexec/ld.so/powerpc64/
H A Dldasm.S62 subi %r3, %r21, 8 # Get stack pointer (arg0 for _dl_boot).
87 ld %r1, 0(%r1) # Restore stack pointer.
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstIterator.h45 using pointer = IIty *;
77 inline pointer operator->() const { return &operator*(); }
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli78 (** [get_global_value_address id typ ee] returns a pointer to the
79 identifier [id] as type [typ], which will be a pointer type for a
86 (** [get_function_address fn typ ee] returns a pointer to the function
87 [fn] as type [typ], which will be a pointer type for a function
/openbsd-current/lib/libcbor/src/cbor/
H A Dcommon.h118 #define _CBOR_DEPENDENT_NOTNULL(cbor_item, pointer) \
120 if (pointer == NULL) { \
248 * .. warning:: This is in no way related to the value of the pointer. Passing a
249 * null pointer will most likely result in a crash.
/openbsd-current/lib/libc/arch/i386/sys/
H A Dtfork_thread.S99 pushl $0 # NULL pointer argument to __threxit
/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S54 ;; .install0 Setup the stack pointer
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S54 ;; .install0 Setup the stack pointer
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h117 using pointer = typename instr_iterator::pointer;
144 MachineInstrBundleIterator(pointer MI) : MII(MI) {
179 pointer operator->() const { return &operator*(); }
/openbsd-current/regress/sys/arch/amd64/fpu/
H A DMakefile16 CFLAGS += -Wformat -Wno-compare-distinct-pointer-types
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DEnumeratedArray.h37 using pointer = ValueType *;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLowLevelType.cpp31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace));
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_set.h40 using pointer = const value_type *;
H A Derror.h197 using pointer = std::remove_reference_t<T> *;
277 /// Returns a pointer to the stored T value.
278 pointer operator->() {
283 /// Returns a pointer to the stored T value.
333 pointer toPointer(pointer Val) { return Val; }
337 pointer toPointer(wrap *Val) { return &Val->get(); }
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Dostreambuf_iterator.h41 typedef void pointer; typedef in class:ostreambuf_iterator
H A Dinsert_iterator.h54 typedef void pointer; typedef in class:insert_iterator
H A Dreverse_iterator.h56 typename iterator_traits<_Iter>::pointer,
79 using pointer = typename iterator_traits<_Iter>::pointer;
149 constexpr pointer operator->() const
160 pointer operator->() const {
373 using pointer = __iterator_pointer_type<_Iter>;
388 _LIBCPP_HIDE_FROM_ABI constexpr pointer operator->() const {
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp133 typedef typename node_allocator::pointer node_pointer;
161 value_type>::other::pointer
162 pointer; typedef in class:pb_ds::detail::left_child_next_sibling_heap_
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dndir.c48 typedef void *pointer; typedef
51 typedef char *pointer; typedef
75 extern pointer malloc ();
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h88 using pointer = T *;
149 /// data - Return a pointer to the vector's buffer, even if empty().
150 pointer data() {
151 return pointer(Begin);
154 /// data - Return a pointer to the vector's buffer, even if empty().
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dtemplates.cc294 static void operator delete(void *pointer);
372 T1::operator delete(void *pointer) argument
460 static void operator delete(void *pointer);
487 T5<T>::operator delete(void *pointer) argument
518 void (*free)(void *pointer));
656 // Template with a function pointer parameter
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha512-ppc.pl29 # version was that it was using thread local storage pointer register.
32 # dereference the TLS pointer. While it's never the case in openssl
34 # use TLS pointer register. Alternative would be to require caller to
36 # context R2 serves as TLS pointer, while in 64-bit context - R13.
113 $F ="r13"; $F="r2" if ($SIZE_T==8);# reassigned to exempt TLS pointer
232 $PUSH $num,`$FRAME-$SIZE_T*24`($sp) ; end pointer
233 $PUSH $inp,`$FRAME-$SIZE_T*23`($sp) ; inp pointer
253 $PUSH $t1,`$FRAME-$SIZE_T*24`($sp) ; intermediate end pointer
254 $PUSH $inp,`$FRAME-$SIZE_T*23`($sp) ; inp pointer
256 ; $inp equals to the intermediate end pointer her
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c62 unsigned long pointer; member in struct:__anon5293
85 st->pointer = 0;
95 if (st->pointer + st->element_size >= st->size)
101 memcpy (st->data + st->pointer, element, st->element_size);
102 st->pointer += st->element_size;
103 return st->data + st->pointer;
109 if (st->pointer < st->element_size)
111 st->pointer = 0;
114 st->pointer -= st->element_size;
115 return st->data + st->pointer;
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h120 typedef _Tp* pointer; typedef in struct:_List_iterator
135 pointer
198 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
217 pointer
419 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
522 * memory is not touched in any way. Managing the pointer is
848 * is itself a pointer, the pointed-to memory is not touched in
849 * any way. Managing the pointer is the user's responsibilty.
869 * pointed-to memory is not touched in any way. Managing the pointer
[all...]
/openbsd-current/sys/arch/riscv64/conf/
H A DMakefile.riscv6429 -Wno-pointer-sign \
35 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp153 typedef typename node_allocator::pointer node_pointer;
210 typedef typename PB_DS_TYPES_TRAITS_C_DEC::pointer pointer; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME

Completed in 476 milliseconds

1234567891011>>