Home
last modified time | relevance | path

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

1234

/third_party/json/docs/mkdocs/docs/features/types/
Dindex.md20 ## Storage section in Types
148 ### Storage subsection
178 ### Storage subsection
207 ### Storage subsection
220 ### Storage subsection
267 ### Storage subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation()
54 StorageType Storage, bool ShouldCreate) { in getImpl()
265 StorageType Storage, bool ShouldCreate) { in getImpl()
321 StorageType Storage, bool ShouldCreate) { in getImpl()
328 int64_t Lo, StorageType Storage, in getImpl()
337 StorageType Storage, bool ShouldCreate) { in getImpl()
347 DIFlags Flags, StorageType Storage, in getImpl()
375 StorageType Storage, bool ShouldCreate) { in getImpl()
393 StorageType Storage, bool ShouldCreate) { in getImpl()
472 StorageType Storage, in getImpl()
[all …]
DUser.cpp123 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local
151 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local
184 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local
187 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
DMetadataImpl.h28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl()
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/internal/
Dcleanup.h50 explicit Storage(Callback callback) { in Storage() function
58 Storage(Storage&& other) { in Storage() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
75 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHash() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h29 BumpPtrAllocator &Storage; variable
52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
218 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode()
292 DISubrange(LLVMContext &C, StorageType Storage, Metadata *Node, in DISubrange()
352 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator()
401 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope()
492 DIFile(LLVMContext &C, StorageType Storage, in DIFile()
591 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType()
695 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType()
764 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType()
896 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h48 class Storage; variable
248 BoundedPool<T, N, POLICY>::Storage::Storage(Allocator* allocator) in Storage() function
376 UnboundedPool<T, POLICY>::Storage::Storage(Allocator* allocator) in Storage() function
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dboolean_t.md20 #### Storage subsubsection
Darray_t.md45 #### Storage subsubsection
Dnumber_unsigned_t.md54 #### Storage subsubsection
Dnumber_integer_t.md54 #### Storage subsubsection
Dbinary_t.md46 #### Storage subsubsection
Dnumber_float_t.md48 #### Storage subsubsection
Dstring_t.md43 #### Storage subsubsection
Dobject_t.md83 #### Storage subsubsection
/third_party/skia/src/shaders/
DSkComposeShader.cpp109 struct Storage { in append_two_shaders() struct
110 float fRes0[4 * SkRasterPipeline_kMaxStride]; in append_two_shaders()
/third_party/protobuf/js/experimental/runtime/kernel/
Dstorage.js10 class Storage { class
Dbinary_storage.js3 const Storage = goog.require('protobuf.runtime.Storage'); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp26 llvm::SmallString<64> Storage; in getSourceFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbol.cpp42 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
Dyaml2obj.cpp57 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp34 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
/third_party/skia/third_party/externals/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

1234