| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 539 DIFile(LLVMContext &C, StorageType Storage, 971 StorageType Storage, bool ShouldCreate = true) { 985 StorageType Storage, bool ShouldCreate = true); 1124 StorageType Storage, 1130 StorageType Storage, 1921 StorageType Storage, 1961 DILexicalBlockFile(LLVMContext &C, StorageType Storage, 1969 StorageType Storage, 2762 StorageType Storage, 2769 StorageType Storage, [all …]
|
| H A D | Metadata.h | 66 enum StorageType { Uniqued, Distinct, Temporary }; enum 84 Metadata(unsigned ID, StorageType Storage) in Metadata() 874 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 1011 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 1012 template <class T> static T *storeImpl(T *N, StorageType Storage); 1110 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1122 StorageType Storage, bool ShouldCreate = true);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 27 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 52 StorageType Storage, bool ShouldCreate) { in getImpl() 321 int64_t Lo, StorageType Storage, in getImpl() 368 StorageType Storage, bool ShouldCreate) { in getImpl() 386 StorageType Storage, bool ShouldCreate) { in getImpl() 465 StorageType Storage, in getImpl() 722 Metadata *Value, StorageType Storage, bool ShouldCreate) { in getImpl() 735 StorageType Storage, bool ShouldCreate) { in getImpl() 759 StorageType Storage, in getImpl() 798 StorageType Storage, in getImpl() [all …]
|
| H A 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()
|
| H A D | Metadata.cpp | 504 MDNode::MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, in MDNode() 814 StorageType Storage, bool ShouldCreate) { in getImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 170 llvm::Type *StorageType); 289 llvm::Type *StorageType = nullptr; in lowerUnion() local 320 StorageType = FieldType; in lowerUnion() 328 if (!StorageType || in lowerUnion() 331 getSize(FieldType) > getSize(StorageType))) in lowerUnion() 332 StorageType = FieldType; in lowerUnion() 335 if (!StorageType) in lowerUnion() 339 if (LayoutSize < getSize(StorageType)) in lowerUnion() 340 StorageType = getByteArrayType(LayoutSize); in lowerUnion() 341 FieldTypes.push_back(StorageType); in lowerUnion() [all …]
|
| /freebsd-12.1/contrib/bsnmp/snmp_target/ |
| H A D | target_tree.def | 53 (8 snmpTargetAddrStorageType StorageType GET SET) 64 (6 snmpTargetParamsStorageType StorageType GET SET) 79 (4 snmpNotifyStorageType StorageType GET SET)
|
| /freebsd-12.1/contrib/bsnmp/snmp_vacm/ |
| H A D | vacm_tree.def | 49 (4 vacmSecurityToGroupStorageType StorageType GET SET) 62 (8 vacmAccessStorageType StorageType GET SET) 74 (5 vacmViewTreeFamilyStorageType StorageType GET SET)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateName.h | 180 using StorageType = variable 184 StorageType Storage;
|
| /freebsd-12.1/contrib/bsnmp/lib/ |
| H A D | tc.def | 41 typedef StorageType ENUM (
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.h | 720 using StorageType = std::vector<value_type>; member 722 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const { 729 StorageType Stack;
|
| /freebsd-12.1/contrib/bsnmp/snmp_usm/ |
| H A D | usm_tree.def | 82 (12 usmUserStorageType StorageType GET SET)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateName.cpp | 64 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 716 std::string StorageType = getStorageType(getType()); in writePCHReadDecls() local 718 if (StorageType != getType()) { in writePCHReadDecls() 720 OS << " SmallVector<" << StorageType << ", 4> " in writePCHReadDecls() 730 if (StorageType != getType()) { in writePCHReadDecls()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2609 typedef Functor StorageType; 2627 typedef ResType(*StorageType)(ArgType); 2655 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|