Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/Basic/
DPartialDiagnostic.h38 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/
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 …]
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
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()
/external/skia/src/shaders/
DSkComposeShader.cpp83 struct Storage { in onAppendStages() struct
84 float fRGBA[4 * SkJumper_kMaxStride]; in onAppendStages()
85 float fAlpha; in onAppendStages()
/external/skqp/src/shaders/
DSkComposeShader.cpp83 struct Storage { in onAppendStages() struct
84 float fRGBA[4 * SkJumper_kMaxStride]; in onAppendStages()
85 float fAlpha; in onAppendStages()
/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/libcxx/test/std/utilities/memory/storage.iterator/
Draw_storage_iterator.pass.cpp38 Storage; in main() typedef
54 Storage; in main() typedef
Draw_storage_iterator.base.pass.cpp36 Storage; in main() typedef
/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/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/clang/test/SemaCXX/
Dflexible-array-test.cpp77 struct Storage : StorageBase { struct
78 int data[];
/external/llvm/lib/MC/
DMCSymbol.cpp37 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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h659 union Storage { union
665 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function
671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function
695 Storage(const Storage &RHS) { in Storage() function
707 Storage(Storage &&RHS) { in Storage() function
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java54 public class Storage extends Applet implements ExtendedLength, Shareable { class
126 private Storage() { in Storage() method in Storage
/external/skqp/src/sksl/ir/
DSkSLVariable.h26 enum Storage { enum
/external/skia/src/sksl/ir/
DSkSLVariable.h26 enum Storage { enum
/external/deqp/framework/randomshaders/
DrsgVariable.hpp40 enum Storage enum in rsg::Variable
/external/gemmlowp/doc/
Dquantization_example.cc173 const std::vector<tScalar>& Storage() const { return storage; } in Storage() function in MatrixWithStorage
174 std::vector<tScalar>& Storage() { return storage; } in Storage() function in MatrixWithStorage
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopIterator.h123 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h249 union Storage { union
251 Storage() {} in Storage() function
/external/llvm/include/llvm/Analysis/
DLoopIterator.h132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()

1234