Searched refs:Pointer (Results 226 - 250 of 357) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp463 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { argument
464 if (Pointer < Address)
466 auto Offset = Pointer - Address;
469 return Data.substr(Pointer - Address, Size);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h497 const PHITransAddr &Pointer,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dwatch-notconst2.S100 .byte 0x4 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Damd64-py-framefilter-invalidarg.S61 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dwatch-notconst2.S100 .byte 0x4 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Damd64-py-framefilter-invalidarg.S61 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsaccess.c235 ObjDesc->String.Pointer = Val;
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c72 * PARAMETERS: Pointer - Area to be verified
83 void *Pointer,
177 * RETURN: Pointer to the new allocation. Null on error.
198 * RETURN: Pointer to the new allocation. Null on error.
226 * PARAMETERS: Mem - Pointer to previously allocated memory
682 * RETURN: Pointer to mapped memory. Null on error.
920 * Info - Pointer to function-dependent structure
82 AcpiOsReadable( void *Pointer, ACPI_SIZE Length) argument
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexprep.c517 SecondDesc->Buffer.Pointer;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drpcndr.d340 void *Pointer;
350 void* Pointer;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h527 template <typename Pointer>
528 bool MatchAndExplain(const Pointer& p,
543 template <typename Pointer>
544 bool MatchAndExplain(const Pointer& p,
1603 // compatible with the inner matcher, where type Pointer can be
1609 template <typename Pointer>
1610 operator Matcher<Pointer>() const {
1611 return Matcher<Pointer>(new Impl<const Pointer&>(matcher_));
1616 template <typename Pointer>
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp409 case DeclaratorChunk::Pointer:
431 case DeclaratorChunk::Pointer:
470 case DeclaratorChunk::Pointer:
529 case DeclaratorChunk::Pointer:
594 case DeclaratorChunk::Pointer:
2991 case DeclaratorChunk::Pointer:
3050 if (chunk.Kind != DeclaratorChunk::Pointer &&
3137 case DeclaratorChunk::Pointer: {
3738 case DeclaratorChunk::Pointer:
3915 Pointer, member in class:__anon868::SimplePointerKind
6807 Pointer, enumerator in enum:__anon869::__anon873::FunctionTypeUnwrapper::WrapKind
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3858 LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3861 LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3864 LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3867 LLVMValueRef Pointer, LLVMValueRef *Indices,
3870 LLVMValueRef Pointer, LLVMValueRef *Indices,
3873 LLVMValueRef Pointer, unsigned Idx,
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp154 bool Immediate, Constant, Pointer; member in class:__anon1220::Type
164 Pointer(false), ScalarForMangling(false), NoManglingQ(false),
169 Constant(false), Pointer(false), ScalarForMangling(false),
186 bool isPointer() const { return Pointer; }
396 // Pointer arguments need to use macros to avoid hiding aligned attributes
629 if (Pointer)
903 Pointer = true;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3644 LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3648 Value *Val = unwrap(Pointer);
3655 LLVMValueRef Pointer, LLVMValueRef *Indices,
3658 return wrap(unwrap(B)->CreateGEP(unwrap(Ty), unwrap(Pointer), IdxList, Name));
3661 LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3665 Value *Val = unwrap(Pointer);
3672 LLVMValueRef Pointer, LLVMValueRef *Indices,
3676 unwrap(B)->CreateInBoundsGEP(unwrap(Ty), unwrap(Pointer), IdxList, Name));
3679 LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer,
3681 Value *Val = unwrap(Pointer);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h284 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType),
289 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType),
294 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType),
H A DCodeView.h349 Pointer = 0x00, // "normal" pointer member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp94 TKCASE(Pointer);
452 case Type::Pointer:
587 TKIND(Pointer);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc220 Buffer->append("%p", A.Pointer);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc218 Buffer->append("%p", A.Pointer);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp177 else if (Ptr.getMode() == PointerMode::Pointer)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h735 /// \param IntPtrTy Pointer size type
770 /// \param Pointer pointer to data to be cached
776 llvm::Value *Pointer,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp396 unsigned Pointer = PointerI->second; local
399 Seen.insert(Pointer);
413 if (Group.addPointer(Pointer)) {
423 Groups.push_back(RuntimeCheckingPtrGroup(Pointer, *this));
1067 LLVM_DEBUG(dbgs() << "LAA: Pointer may wrap in the address space:\n"
1068 << "LAA: Pointer: " << *Ptr << "\n"
1073 dbgs() << "LAA: Bad stride - Pointer may wrap in the address space "
1116 << "LAA: Pointer: " << *Ptr << "\n"
1499 LLVM_DEBUG(dbgs() << "Pointer access with non-constant stride\n");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp859 const SDValue &Pointer = Node->getOperand(2); local
874 SmallVector<SDValue, 3> Ops{Pointer, Imm, Chain};
931 const SDValue &Pointer = Node->getOperand(3); local
946 SmallVector<SDValue, 4> Ops{Vec, Pointer, Imm, Chain};
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1177 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator in enum:clang::DeclaratorChunk::__anon182
1349 /// Pointer to a new[]'d array of TypeAndRange objects that
1354 /// Pointer to the expression in the noexcept-specifier of this
1358 /// Pointer to the cached tokens for an exception-specification
1362 /// Pointer to a new[]'d array of declarations that need to be available
1561 case DeclaratorChunk::Pointer: return Ptr.destroy();
1584 I.Kind = Pointer;
2306 case DeclaratorChunk::Pointer:

Completed in 273 milliseconds

1234567891011>>