Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A 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
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A 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
H A DDIBuilder.cpp1135 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
1151 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp122 struct Storage struct
133 Storage foo[5]; in test6() argument
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp119 struct Storage struct
130 Storage foo[5]; in test6() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/storage.iterator/
H A Draw_storag_iterator.pass.cpp33 Storage; in main() typedef
H A Draw_storag_iterator.base.pass.cpp34 Storage; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/storage.iterator/
H A Draw_storag_iterator.pass.cpp33 Storage; in main() typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
H A DModuleMap.h88 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; variable
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dflexible-array-test.cpp77 struct Storage : StorageBase { struct
78 int data[];
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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()
H A DDependentDiagnostic.h98 PartialDiagnostic::Storage *Storage) in DependentDiagnostic()
H A DStmtOpenMP.h293 Expr **Storage = reinterpret_cast<Expr **>( in getCounters() local
300 Expr **Storage = reinterpret_cast<Expr **>( in getUpdates() local
308 Expr **Storage = reinterpret_cast<Expr **>( in getFinals() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Ddriver.cpp296 StringSetSaver(std::set<std::string> &Storage) : Storage(Storage) {} in StringSetSaver()
301 std::set<std::string> &Storage; member in __anon59c25fee0111::StringSetSaver
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h43 T *Storage; variable
/minix3/external/bsd/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp91 SmallString<32> Storage; in dumpNode() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp97 TemplateArgument *Storage = new (Context) TemplateArgument [NumArgs]; in CreatePackCopy() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp824 OverloadedDeclRefStorage Storage(E); in MakeCursorOverloadedDeclRef() local
838 OverloadedDeclRefStorage Storage(D); in MakeCursorOverloadedDeclRef() local
851 OverloadedDeclRefStorage Storage(Name.getAsOverloadedTemplate()); in MakeCursorOverloadedDeclRef() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp548 SmallVectorImpl<char> &Storage) { in parseScalarString()
560 SmallString<5> Storage; in parseScalarBool() local
813 SmallString<4> Storage; in parse() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DStringRefTest.cpp345 std::string Storage; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp40 llvm::SmallVector<T, InlineCapacity> Storage; member in __anonefe5e16e0111::PriorityQueue
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp221 LLVMValueRef Storage, in LLVMDIBuilderInsertDeclareAtEnd()

12