/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 342 template <typename PtrType> 344 using ConstPtrType = typename add_const_past_pointer<PtrType>::type; 345 using PtrTraits = PointerLikeTypeTraits<PtrType>; 359 using iterator = SmallPtrSetIterator<PtrType>; 360 using const_iterator = SmallPtrSetIterator<PtrType>; 362 using value_type = PtrType; 370 std::pair<iterator, bool> insert(PtrType Ptr) { 377 bool erase(PtrType Ptr) { 392 void insert(std::initializer_list<PtrType> IL) { 416 template <typename PtrType> [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallPtrSet.h | 334 template <typename PtrType> 336 typedef PointerLikeTypeTraits<PtrType> PtrTraits; 349 typedef SmallPtrSetIterator<PtrType> iterator; 350 typedef SmallPtrSetIterator<PtrType> const_iterator; 358 std::pair<iterator, bool> insert(PtrType Ptr) { 365 bool erase(PtrType Ptr) { 370 size_type count(PtrType Ptr) const { 380 void insert(std::initializer_list<PtrType> IL) { 410 template<class PtrType, unsigned SmallSize> 411 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 293 template <typename PtrType> 295 typedef PointerLikeTypeTraits<PtrType> PtrTraits; 310 typedef SmallPtrSetIterator<PtrType> iterator; 311 typedef SmallPtrSetIterator<PtrType> const_iterator; 317 std::pair<iterator, bool> insert(PtrType Ptr) { 324 bool erase(PtrType Ptr) { 329 size_type count(PtrType Ptr) const { 352 template<class PtrType, unsigned SmallSize> 353 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 359 typedef SmallPtrSetImpl<PtrType> BaseT; [all …]
|
/external/ruy/ruy/ |
D | matrix_test.cc | 54 using PtrType = detail::ConstCheckingPtr<int>; in TEST() typedef 55 PtrType ptr; in TEST() 60 EXPECT_EQ(static_cast<const PtrType&>(ptr).get(), &some_nonconst); in TEST() 63 EXPECT_EQ(static_cast<const PtrType&>(ptr).get(), &some_const); in TEST()
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-ptr-to-member.ll | 31 ; CHECK: PtrType: Near64 (0xC) 45 ; CHECK: PtrType: Near64 (0xC) 59 ; CHECK: PtrType: Near64 (0xC) 73 ; CHECK: PtrType: Near64 (0xC) 90 ; CHECK: PtrType: Near64 (0xC) 104 ; CHECK: PtrType: Near64 (0xC) 118 ; CHECK: PtrType: Near64 (0xC) 132 ; CHECK: PtrType: Near64 (0xC) 148 ; CHECK: PtrType: Near64 (0xC) 164 ; CHECK: PtrType: Near64 (0xC)
|
D | types-basic.ll | 73 ; CHECK: PtrType: Near64 (0xC) 96 ; CHECK: PtrType: Near64 (0xC) 109 ; CHECK: PtrType: Near64 (0xC) 174 ; CHECK: PtrType: Near64 (0xC) 194 ; CHECK: PtrType: Near64 (0xC)
|
D | defer-complete-type.ll | 34 ; CHECK: PtrType: Near64 (0xC) 76 ; CHECK: PtrType: Near64 (0xC)
|
D | types-data-members.ll | 251 ; CHECK: PtrType: Near64 (0xC) 272 ; CHECK: PtrType: Near64 (0xC) 284 ; CHECK: PtrType: Near64 (0xC) 386 ; CHECK: PtrType: Near64 (0xC)
|
D | types-non-virtual-methods.ll | 68 ; CHECK: PtrType: Near32 (0xA) 148 ; CHECK: PtrType: Near32 (0xA)
|
D | globals.ll | 62 ; OBJ: PtrType: Near64 (0xC)
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 42 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local 44 auto *Addr = ConstantPointerNull::get(PtrType); in TEST_F()
|
D | AliasAnalysisTest.cpp | 173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F() local 175 auto *Addr = ConstantPointerNull::get(PtrType); in TEST_F() 180 auto *VAArg1 = new VAArgInst(Addr, PtrType, "vaarg", BB); in TEST_F()
|
/external/clang/test/CodeCompletion/ |
D | objc-message.mm | 26 typedef typename RemovePointer<T>::Type* PtrType; field 28 explicit operator PtrType() const;
|
/external/clang/test/SemaObjCXX/ |
D | deduction.mm | 17 typedef ValueType* PtrType; 18 RetainPtr(PtrType ptr);
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark.cc | 294 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef 296 return PtrType(new ConsoleReporter(output_opts)); in CreateReporter() 298 return PtrType(new JSONReporter); in CreateReporter() 300 return PtrType(new CSVReporter); in CreateReporter()
|
/external/google-benchmark/src/ |
D | benchmark.cc | 295 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef 297 return PtrType(new ConsoleReporter(output_opts)); in CreateReporter() 299 return PtrType(new JSONReporter); in CreateReporter() 301 return PtrType(new CSVReporter); in CreateReporter()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 28 template <class PtrType, unsigned SmallSize> class SmallPtrSet;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_state.h | 64 MemDesc PtrType(const void* ptr);
|
D | process_state.cc | 54 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType() function in tensorflow::ProcessState
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 769 PointerType *PtrType = G->getType(); in writeAlias() local 771 PtrType->getElementType(), PtrType->getAddressSpace(), in writeAlias()
|
/external/eigen/Eigen/src/Core/ |
D | DenseStorage.h | 67 template<typename PtrType> 68 …EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return … in eigen_unaligned_array_assert_workaround_gcc47()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2629 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local 2630 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateLaunderInvariantGroup() 2631 if (PtrType != Int8PtrTy) in CreateLaunderInvariantGroup() 2644 if (PtrType != Int8PtrTy) in CreateLaunderInvariantGroup() 2645 return CreateBitCast(Fn, PtrType); in CreateLaunderInvariantGroup() 2657 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local 2658 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateStripInvariantGroup() 2659 if (PtrType != Int8PtrTy) in CreateStripInvariantGroup() 2672 if (PtrType != Int8PtrTy) in CreateStripInvariantGroup() 2673 return CreateBitCast(Fn, PtrType); in CreateStripInvariantGroup()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 810 const std::string &PtrType(const FieldDef *field) { in PtrType() function in flatbuffers::cpp::CppGenerator 833 auto &ptr_type = PtrType(field); in GenTypeNativePtr() 849 auto &ptr_type = PtrType(&field); in GenPtrGet() 1768 if (PtrType(&field) == "naked") { in GetDefaultScalarValue() 3050 code += "//vector resolver, " + PtrType(&field) + "\n"; in GenUnpackFieldStatement() 3057 if (PtrType(&field) == "naked") { in GenUnpackFieldStatement() 3115 code += "//scalar resolver, " + PtrType(&field) + " \n"; in GenUnpackFieldStatement() 3120 if (PtrType(&field) == "naked") { in GenUnpackFieldStatement()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCallLowering.cpp | 350 LLT PtrType = getLLTForType(*PtrTy, DL); in lowerParameterPtr() local 351 Register DstReg = MRI.createGenericVirtualRegister(PtrType); in lowerParameterPtr()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/ |
D | cxx20_iterator_traits.compile.pass.cpp | 55 template <class Iter, class Category, class ValueType, class DiffType, class RefType, class PtrType> 62 static_assert(std::same_as<typename Traits::pointer, PtrType>); in test()
|