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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h315 /// isPointerIntoBucketsArray - Return true if the specified pointer points
322 /// getPointerIntoBucketsArray() - Return an opaque pointer into the buckets
1169 using pointer = value_type *;
1174 pointer Ptr = nullptr;
1175 pointer End = nullptr;
1180 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1208 pointer operator->() const {
/freebsd-11-stable/sys/conf/
H A Dkern.mk8 -Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \
27 NO_WTAUTOLOGICAL_POINTER_COMPARE= -Wno-tautological-pointer-compare
33 -Wno-error=pointer-sign
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h140 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
215 * way. Managing the pointer is the user's responsibilty.
448 * the element, and that if the element is itself a pointer,
450 * the pointer is the user's responsibilty.
464 * the element is itself a pointer, the pointed-to memory is not touched
465 * in any way. Managing the pointer is the user's responsibilty.
479 * the element is itself a pointer, the pointed-to memory is not touched
480 * in any way. Managing the pointer is the user's responsibilty.
491 * time. (It is only swapping a pointer, a
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmap.h72 typedef typename _Base::pointer pointer; typedef in class:std::__debug::map
H A Dmultimap.h72 typedef typename _Base::pointer pointer; typedef in class:std::__debug::multimap
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.asm54 subl $0x1000,%ecx /* yes, move pointer down 4k*/
/freebsd-11-stable/contrib/libucl/
H A DMakefile.w324 C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src
H A DMakefile.unix4 C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src -I./klib
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp133 void **pointer = reinterpret_cast<void **>(&callback); local
139 event_mask, *pointer, static_cast<void *>(callback_user_data),
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h362 void printsub(int direction, unsigned char *pointer, size_t length);
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h80 // Determine the size of a pointer, if not already specified,
587 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UNITY_TEST_ASSERT(((pointer) == NULL), (UNITY_LINE_TYPE)line, message)
588 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UNITY_TEST_ASSERT(((pointer) != NULL), (UNITY_LINE_TYPE)line, message)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm164 @skip: xor di, di ; return ES:DI = NIL pointer
173 jz @discard ; make sure we don't use NULL-pointer
H A Dpkt_rx1.s124 @skip: xor di, di ; return ES:DI = NIL pointer
132 jz @discard ; make sure we don't use NULL-pointer
/freebsd-11-stable/sys/modules/zfs/
H A DMakefile123 CWARNFLAGS+=-Wno-pointer-arith
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s48 movl $BDA_POS,%ebx # BDA pointer
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s49 movl $BDA_POS,%ebx # BDA pointer
/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A DMakefile86 # that they use arithmetic on a null pointer treated as a cast from
87 # integer to pointer, which is a GNU extension.
91 CWARNFLAGS+= -Wno-null-pointer-arithmetic
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsetjmp.S81 REG_L a0, CALLFRAME_SIZ(sp) # restore env pointer
/freebsd-11-stable/sys/modules/linux/
H A DMakefile54 -fno-omit-frame-pointer -fPIC \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h68 // A pointer to the next friend in the sequence.
199 using pointer = FriendDecl *;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h276 typedef const Instruction **pointer; typedef in struct:llvm::MustBeExecutedIterator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h94 CreatePointerType(const llvm::codeview::PointerRecord &pointer);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h108 /// getRegUseDefListHead - Return the head pointer for the register use/def
860 // frame pointer when the register allocator has already used the frame
861 // pointer register for something else.
1010 using pointer = std::iterator<std::forward_iterator_tag,
1011 MachineInstr, ptrdiff_t>::pointer;
1116 using pointer = std::iterator<std::forward_iterator_tag,
1117 MachineInstr, ptrdiff_t>::pointer;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp195 Register AddrReg = MRI.createGenericVirtualRegister(LLT::pointer(0, 32));
292 LLT p0 = LLT::pointer(0, 32);
526 MIRBuilder.buildFrameIndex(LLT::pointer(MPO.getAddrSpace(), 32), FI);
574 MF.getRegInfo().createGenericVirtualRegister(LLT::pointer(0, 32));
/freebsd-11-stable/sys/kern/
H A Dlink_elf.c472 caddr_t pointer; local
481 pointer = preload_search_info(ef->modptr,
483 if (pointer == NULL)
485 ssym = *(caddr_t *)pointer;
486 pointer = preload_search_info(ef->modptr,
488 if (pointer == NULL)
490 esym = *(caddr_t *)pointer;

Completed in 315 milliseconds

1234567891011>>