| /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() 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 …]
|
| 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/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/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
| D | fill_n.pass.cpp | 122 struct Storage struct 133 Storage foo[5]; in test6() argument
|
| /external/clang/test/SemaCXX/ |
| D | flexible-array-test.cpp | 77 struct Storage : StorageBase { struct 78 int data[];
|
| /external/llvm/lib/MC/ |
| D | MCSymbol.cpp | 35 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>()); in operator new() local
|
| /external/libcxx/test/std/utilities/memory/storage.iterator/ |
| D | raw_storag_iterator.pass.cpp | 33 Storage; in main() typedef
|
| D | raw_storag_iterator.base.pass.cpp | 34 Storage; in main() typedef
|
| /external/clang/include/clang/Lex/ |
| D | ModuleLoader.h | 34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
|
| D | ModuleMap.h | 109 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; variable
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
| D | keyring_storage.py | 30 class Storage(BaseStorage): class
|
| D | file.py | 34 class Storage(BaseStorage): class
|
| D | django_orm.py | 80 class Storage(BaseStorage): class
|
| /external/clang/include/clang/AST/ |
| D | TemplateName.h | 181 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()
|
| D | DependentDiagnostic.h | 98 PartialDiagnostic::Storage *Storage) in DependentDiagnostic()
|
| D | StmtOpenMP.h | 335 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/ |
| D | rsgVariable.hpp | 40 enum Storage enum in rsg::Variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | LoopIterator.h | 132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| D | nv50_ir.h | 312 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/ |
| D | ErrorOr.h | 43 T *Storage; variable
|
| /external/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 154 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
|
| D | Metadata.h | 53 unsigned Storage : 2; variable 92 Metadata(unsigned ID, StorageType Storage) in Metadata()
|
| /external/llvm/utils/yaml-bench/ |
| D | YAMLBench.cpp | 96 SmallString<32> Storage; in dumpNode() local
|