Home
last modified time | relevance | path

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

123

/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()
179 StorageType Storage, bool ShouldCreate) { in getImpl()
232 StorageType Storage, bool ShouldCreate) { in getImpl()
238 MDString *Name, StorageType Storage, in getImpl()
249 StorageType Storage, bool ShouldCreate) { in getImpl()
262 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl()
278 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl()
295 StorageType Storage, in getImpl()
303 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/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/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill_n.pass.cpp122 struct Storage struct
133 Storage foo[5]; in test6() argument
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp77 struct Storage : StorageBase { struct
78 int data[];
/external/llvm/lib/MC/
DMCSymbol.cpp35 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>()); in operator new() local
/external/libcxx/test/std/utilities/memory/storage.iterator/
Draw_storag_iterator.pass.cpp33 Storage; in main() typedef
Draw_storag_iterator.base.pass.cpp34 Storage; in main() typedef
/external/clang/include/clang/Lex/
DModuleLoader.h34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
DModuleMap.h109 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dkeyring_storage.py30 class Storage(BaseStorage): class
Dfile.py34 class Storage(BaseStorage): class
Ddjango_orm.py80 class Storage(BaseStorage): class
/external/clang/include/clang/AST/
DTemplateName.h181 StorageType Storage; variable
211 explicit TemplateName(OverloadedTemplateStorage *Storage) in TemplateName()
214 explicit TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
362 inline TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName()
DDependentDiagnostic.h98 PartialDiagnostic::Storage *Storage) in DependentDiagnostic()
DStmtOpenMP.h335 Expr **Storage = reinterpret_cast<Expr **>( in getCounters() local
342 Expr **Storage = reinterpret_cast<Expr **>(&*std::next( in getPrivateCounters() local
349 Expr **Storage = reinterpret_cast<Expr **>( in getInits() local
357 Expr **Storage = reinterpret_cast<Expr **>( in getUpdates() local
365 Expr **Storage = reinterpret_cast<Expr **>( in getFinals() local
/external/deqp/framework/randomshaders/
DrsgVariable.hpp40 enum Storage enum in rsg::Variable
/external/llvm/include/llvm/Analysis/
DLoopIterator.h132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h312 struct Storage struct
314 DataFile file;
315 int8_t fileIndex; // signed, may be indirect for CONST[]
316 uint8_t size; // this should match the Instruction type's size
317 DataType type; // mainly for pretty printing
318 union {
335 } data;
/external/llvm/include/llvm/Support/
DErrorOr.h43 T *Storage; variable
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h154 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
DMetadata.h53 unsigned Storage : 2; variable
92 Metadata(unsigned ID, StorageType Storage) in Metadata()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp96 SmallString<32> Storage; in dumpNode() local

123