Home
last modified time | relevance | path

Searched defs:Storage (Results 1 – 25 of 112) sorted by relevance

12345

/external/clang/include/clang/Basic/
DPartialDiagnostic.h38 struct Storage { struct
39 Storage() : NumDiagArgs(0) { } in Storage() argument
41 enum {
51 unsigned char NumDiagArgs;
76 /// \brief An allocator for Storage objects, which uses a small cache to argument
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp22 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 …]
DMetadataImpl.h29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
DUser.cpp128 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/
DSkComposeShader.cpp82 struct Storage { in onAppendStages() struct
83 float fRGBA[4 * SkRasterPipeline_kMaxStride]; in onAppendStages()
84 float fAlpha; in onAppendStages()
/external/skqp/src/shaders/
DSkComposeShader.cpp82 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/
DDebugInfoMetadata.cpp25 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 …]
DMetadataImpl.h29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
DUser.cpp124 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/
DExplodedGraph.cpp230 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/
DUser.cpp57 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/
DDJB.cpp38 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/
Draw_storage_iterator.pass.cpp45 Storage; in main() typedef
61 Storage; in main() typedef
Draw_storage_iterator.base.pass.cpp44 Storage; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h30 BumpPtrAllocator &Storage; variable
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/external/clang/lib/AST/
DTemplateName.cpp59 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/
Dkeyring_storage.py30 class Storage(client.Storage): class
Dsqlalchemy.py107 class Storage(client.Storage): class
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill_n.pass.cpp136 struct Storage struct
147 Storage foo[5]; in test6() argument
/external/autotest/frontend/client/src/autotest/moblab/
DCredentialsUploadView.java35 "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/
DMCSymbol.cpp37 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>()); in operator new() local
/external/python/oauth2client/oauth2client/
Dfile.py34 class Storage(client.Storage): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbol.cpp43 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
/external/clang/include/clang/Lex/
DModuleLoader.h34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp77 struct Storage : StorageBase { struct
78 int data[];

12345