Home
last modified time | relevance | path

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

123

/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/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/llvm/lib/IR/
DUser.cpp60 void *Storage = ::operator new(s + sizeof(Use) * Us); in operator new() local
76 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands; in operator delete() local
/external/chromium_org/chrome/browser/autofill/
Dvalidation_rules_storage_factory.h15 class Storage; variable
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dretriever.h30 class Storage; variable
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
Dondemand_supplier.h33 class Storage; variable
Dpreload_supplier.h36 class Storage; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMStorageAgent.h44 class Storage; variable
DInjectedScriptHost.h50 class Storage; variable
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Dfill_n.pass.cpp119 struct Storage struct
130 Storage foo[5]; in test6() argument
/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorageArea.h42 class Storage; variable
DStorageEvent.h35 class Storage; variable
DStorage.cpp41 Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea) in Storage() function in blink::Storage
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp71 struct Storage : StorageBase { struct
72 int data[];
/external/clang/include/clang/Lex/
DModuleLoader.h34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
DModuleMap.h86 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; variable
/external/libcxx/test/utilities/memory/storage.iterator/
Draw_storag_iterator.pass.cpp33 Storage; in main() typedef
/external/chromium_org/third_party/libaddressinput/chromium/
Dchrome_address_validator.h25 class Storage; variable
/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()
/external/deqp/framework/randomshaders/
DrsgVariable.hpp40 enum Storage enum in rsg::Variable
/external/clang/tools/driver/
Ddriver.cpp287 StringSetSaver(std::set<std::string> &Storage) : Storage(Storage) {} in StringSetSaver()
292 std::set<std::string> &Storage; member in __anon93738f340211::StringSetSaver
/external/chromium_org/chrome/browser/extensions/api/system_storage/
Dsystem_storage_apitest.cc104 IN_PROC_BROWSER_TEST_F(SystemStorageApiTest, Storage) { in IN_PROC_BROWSER_TEST_F() argument
/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;

123