/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A 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
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | User.cpp | 57 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 D | DIBuilder.cpp | 1135 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 D | fill_n.pass.cpp | 122 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 D | fill_n.pass.cpp | 119 struct Storage struct 130 Storage foo[5]; in test6() argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/storage.iterator/ |
H A D | raw_storag_iterator.pass.cpp | 33 Storage; in main() typedef
|
H A D | raw_storag_iterator.base.pass.cpp | 34 Storage; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/storage.iterator/ |
H A D | raw_storag_iterator.pass.cpp | 33 Storage; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 34 llvm::PointerIntPair<Module *, 1, bool> Storage; variable
|
H A D | ModuleMap.h | 88 llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | flexible-array-test.cpp | 77 struct Storage : StorageBase { struct 78 int data[];
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A 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()
|
H A D | DependentDiagnostic.h | 98 PartialDiagnostic::Storage *Storage) in DependentDiagnostic()
|
H A D | StmtOpenMP.h | 293 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 D | LoopIterator.h | 132 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | driver.cpp | 296 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 D | ErrorOr.h | 43 T *Storage; variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 91 SmallString<32> Storage; in dumpNode() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | TemplateBase.cpp | 97 TemplateArgument *Storage = new (Context) TemplateArgument [NumArgs]; in CreatePackCopy() local
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXCursor.cpp | 824 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 D | VirtualFileSystem.cpp | 548 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 D | StringRefTest.cpp | 345 std::string Storage; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 40 llvm::SmallVector<T, InlineCapacity> Storage; member in __anonefe5e16e0111::PriorityQueue
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | DIBuilderBindings.cpp | 221 LLVMValueRef Storage, in LLVMDIBuilderInsertDeclareAtEnd()
|