| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 157 static_assert(std::is_unsigned<StorageType>::value, 161 using BP = BitPatterns<StorageType, Bitfield::Bits>; 178 static IntegerType extract(StorageType Packed) { 185 static StorageType test(StorageType Packed) { return Packed & Mask; } 253 template <typename Bitfield, typename StorageType> 254 static typename Bitfield::Type get(StorageType Packed) { 255 using I = bitfields_details::Impl<Bitfield, StorageType>; 261 template <typename Bitfield, typename StorageType> 262 static StorageType test(StorageType Packed) { 263 using I = bitfields_details::Impl<Bitfield, StorageType>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DarwinSDKInfo.h | 34 using StorageType = uint64_t; 40 : Value(((StorageType(FromOS) * StorageType(llvm::Triple::LastOSType) + in OSEnvPair() 41 StorageType(FromEnv)) in OSEnvPair() 43 (StorageType(ToOS) * StorageType(llvm::Triple::LastOSType) + in OSEnvPair() 44 StorageType(ToEnv))) {} in OSEnvPair() 61 StorageType Value; 106 llvm::DenseMap<OSEnvPair::StorageType, 109 llvm::DenseMap<OSEnvPair::StorageType, 144 llvm::DenseMap<OSEnvPair::StorageType, Optional<RelatedTargetVersionMapping>>
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 366 DIGenericSubrange(LLVMContext &C, StorageType Storage, in DIGenericSubrange() 571 DIFile(LLVMContext &C, StorageType Storage, in DIFile() 1100 StorageType Storage, bool ShouldCreate = true); 1280 StorageType Storage, 1286 StorageType Storage, 2098 StorageType Storage, 3005 StorageType Storage, 3146 StorageType Storage, 3153 StorageType Storage, 3298 StorageType Storage, [all …]
|
| H A D | Metadata.h | 70 enum StorageType { Uniqued, Distinct, Temporary }; enum 86 Metadata(unsigned ID, StorageType Storage) in Metadata() 907 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 1044 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 1045 template <class T> static T *storeImpl(T *N, StorageType Storage); 1143 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1155 StorageType Storage, bool ShouldCreate = true);
|
| /freebsd-13.1/contrib/llvm-project/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() 353 int64_t Lo, StorageType Storage, in getImpl() 456 StorageType Storage, in getImpl() 585 StorageType Storage, bool ShouldCreate) { in getImpl() 604 Metadata *Rank, StorageType Storage, bool ShouldCreate) { in getImpl() 692 StorageType Storage, in getImpl() 746 MDString *SDK, StorageType Storage, bool ShouldCreate) { in getImpl() 1004 StorageType Storage, in getImpl() 1043 StorageType Storage, in getImpl() [all …]
|
| 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()
|
| H A D | Metadata.cpp | 525 MDNode::MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, in MDNode() 832 StorageType Storage, bool ShouldCreate) { in getImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 182 llvm::Type *StorageType); 313 llvm::Type *StorageType = nullptr; in lowerUnion() local 344 StorageType = FieldType; in lowerUnion() 352 if (!StorageType || in lowerUnion() 355 getSize(FieldType) > getSize(StorageType))) in lowerUnion() 356 StorageType = FieldType; in lowerUnion() 359 if (!StorageType) in lowerUnion() 363 if (LayoutSize < getSize(StorageType)) in lowerUnion() 364 StorageType = getByteArrayType(LayoutSize); in lowerUnion() 365 FieldTypes.push_back(StorageType); in lowerUnion() [all …]
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 193 using StorageType = variable 197 StorageType Storage;
|
| /freebsd-13.1/contrib/bsnmp/lib/ |
| H A D | tc.def | 41 typedef StorageType ENUM (
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 84 llvm::DenseMap<OSEnvPair::StorageType, Optional<RelatedTargetVersionMapping>> in parseDarwinSDKSettingsJSON()
|
| /freebsd-13.1/contrib/bsnmp/snmp_usm/ |
| H A D | usm_tree.def | 82 (12 usmUserStorageType StorageType GET SET)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 719 using StorageType = std::vector<value_type>; member 721 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const { 728 StorageType Stack;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 65 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 743 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls() local 745 if (StorageType != getType()) { in writePCHReadDecls() 747 OS << " SmallVector<" << StorageType << ", 4> " in writePCHReadDecls() 757 if (StorageType != getType()) { in writePCHReadDecls()
|
| /freebsd-13.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;
|