/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 38 struct Storage { struct 39 Storage() : NumDiagArgs(0) { } in Storage() function 41 enum { 51 unsigned char NumDiagArgs; 76 /// \brief An allocator for Storage objects, which uses a small cache to argument
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 43 Metadata *InlinedAt, StorageType Storage, in getImpl() 164 StorageType Storage, bool ShouldCreate) { in getImpl() 216 StorageType Storage, bool ShouldCreate) { in getImpl() 222 MDString *Name, StorageType Storage, in getImpl() 233 StorageType Storage, bool ShouldCreate) { in getImpl() 246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl() 262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl() 341 StorageType Storage, in getImpl() 349 MDString *Directory, StorageType Storage, in getImpl() [all …]
|
D | MetadataImpl.h | 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | User.cpp | 128 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 156 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 190 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
/external/skia/src/shaders/ |
D | SkComposeShader.cpp | 82 struct Storage { in onAppendStages() struct 83 float fRGBA[4 * SkRasterPipeline_kMaxStride]; in onAppendStages() 84 float fAlpha; in onAppendStages()
|
/external/skqp/src/shaders/ |
D | SkComposeShader.cpp | 82 struct Storage { in onAppendStages() struct 83 float fRGBA[4 * SkRasterPipeline_kMaxStride]; in onAppendStages() 84 float fAlpha; in onAppendStages()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 25 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 46 Metadata *InlinedAt, StorageType Storage, in getImpl() 195 StorageType Storage, bool ShouldCreate) { in getImpl() 251 StorageType Storage, bool ShouldCreate) { in getImpl() 258 int64_t Lo, StorageType Storage, in getImpl() 267 StorageType Storage, bool ShouldCreate) { in getImpl() 277 StorageType Storage, bool ShouldCreate) { in getImpl() 304 StorageType Storage, bool ShouldCreate) { in getImpl() 322 StorageType Storage, bool ShouldCreate) { in getImpl() 401 StorageType Storage, in getImpl() [all …]
|
D | MetadataImpl.h | 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | User.cpp | 124 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 152 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 183 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 186 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 230 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local 239 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local 269 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local 281 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local 293 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | User.cpp | 57 void *Storage = ::operator new(s + sizeof(Use) * Us); in operator new() local 73 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands; in operator delete() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DJB.cpp | 38 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() 66 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHashCharSlow() local
|
/external/libcxx/test/std/utilities/memory/storage.iterator/ |
D | raw_storage_iterator.pass.cpp | 45 Storage; in main() typedef 61 Storage; in main() typedef
|
D | raw_storage_iterator.base.pass.cpp | 44 Storage; in main() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolSerializer.h | 30 BumpPtrAllocator &Storage; variable 53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/external/clang/lib/AST/ |
D | TemplateName.cpp | 59 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName() 61 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName() 63 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
|
/external/python/oauth2client/oauth2client/contrib/ |
D | keyring_storage.py | 30 class Storage(client.Storage): class
|
D | sqlalchemy.py | 107 class Storage(client.Storage): class
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill_n.pass.cpp | 136 struct Storage struct 147 Storage foo[5]; in test6() argument
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | CredentialsUploadView.java | 35 "Boto key is for legacy access to Google Storage.")); in uploadMap.put() 44 + "such as Google Storage, Cloud PubSub or others.")); in uploadMap.put()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 37 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>()); in operator new() local
|
/external/python/oauth2client/oauth2client/ |
D | file.py | 34 class Storage(client.Storage): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSymbol.cpp | 43 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
/external/clang/include/clang/Lex/ |
D | ModuleLoader.h | 34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
|
/external/clang/test/SemaCXX/ |
D | flexible-array-test.cpp | 77 struct Storage : StorageBase { struct 78 int data[];
|