/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 36 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 61 StorageType Storage, bool ShouldCreate) { in getImpl() 287 StorageType Storage, bool ShouldCreate) { in getImpl() 343 StorageType Storage, bool ShouldCreate) { in getImpl() 353 int64_t Lo, StorageType Storage, in getImpl() 363 StorageType Storage, bool ShouldCreate) { in getImpl() 456 StorageType Storage, in getImpl() 533 StorageType Storage, bool ShouldCreate) { in getImpl() 543 DIFlags Flags, StorageType Storage, in getImpl() 570 unsigned Encoding, StorageType Storage, in getImpl() [all …]
|
H A D | User.cpp | 128 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 157 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 190 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 193 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
H A D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | TemplateName.cpp | 69 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName() 71 TemplateName::TemplateName(AssumedTemplateStorage *Storage) in TemplateName() 73 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName() 75 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 214 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in replaceNode() local 223 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P); in addNode() local 253 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in size() local 265 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in begin() local 277 const GroupStorage &Storage = reinterpret_cast<const GroupStorage &>(P); in end() local
|
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
H A D | advanced-discussions.rst | 586 Public Key StorageKey Storage global() argument 600 Private Key StorageKey Storage global() argument 625 hardware_security_modulesPrivate Key Storage global() argument 627 Hardware Security Modules (HSMs)Key Storage global() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DJB.cpp | 37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() 75 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHash() local
|
H A D | Chrono.cpp | 26 struct tm Storage; in getStructTM() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolSerializer.h | 28 BumpPtrAllocator &Storage; variable 51 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 134 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 229 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() 300 DISubrange(LLVMContext &C, StorageType Storage, ArrayRef<Metadata *> Ops) in DISubrange() 366 DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange() 417 DIEnumerator(LLVMContext &C, StorageType Storage, const APInt &Value, in DIEnumerator() 423 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator() 478 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope() 571 DIFile(LLVMContext &C, StorageType Storage, in DIFile() 670 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType() 775 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {}; variable 248 PCHStorage Storage; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 26 llvm::SmallString<64> Storage; in getSourceFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSymbol.cpp | 42 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 59 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 120 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local 125 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local 483 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local 488 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() local
|
H A D | ParentMapContext.h | 93 llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 707 union Storage { union 713 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function 719 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function 743 Storage(const Storage &RHS) { in Storage() function 755 Storage(Storage &&RHS) { in Storage() function
|
H A D | Any.h | 113 std::unique_ptr<StorageBase> Storage; variable
|
H A D | PointerSumType.h | 93 StorageT Storage; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.cpp | 34 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
|
H A D | GlobalTypeTableBuilder.cpp | 34 GlobalTypeTableBuilder::GlobalTypeTableBuilder(BumpPtrAllocator &Storage) in GlobalTypeTableBuilder()
|
H A D | MergingTypeTableBuilder.cpp | 34 MergingTypeTableBuilder::MergingTypeTableBuilder(BumpPtrAllocator &Storage) in MergingTypeTableBuilder()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 40 uint32_t Storage = 0; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Minidump.h | 110 MemoryInfoIterator(ArrayRef<uint8_t> Storage, size_t Stride) in MemoryInfoIterator()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 49 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage; variable
|