Home
last modified time | relevance | path

Searched refs:StorageType (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h157 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 DDarwinSDKInfo.h34 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 DDebugInfoMetadata.h366 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 DMetadata.h70 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 DDebugInfoMetadata.cpp36 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 DMetadataImpl.h28 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 DMetadata.cpp525 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 DCGRecordLayoutBuilder.cpp182 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 Dvacm_tree.def49 (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 Dtarget_tree.def53 (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 DTemplateName.h193 using StorageType = variable
197 StorageType Storage;
/freebsd-13.1/contrib/bsnmp/lib/
H A Dtc.def41 typedef StorageType ENUM (
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp84 llvm::DenseMap<OSEnvPair::StorageType, Optional<RelatedTargetVersionMapping>> in parseDarwinSDKSettingsJSON()
/freebsd-13.1/contrib/bsnmp/snmp_usm/
H A Dusm_tree.def82 (12 usmUserStorageType StorageType GET SET)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h719 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 DTemplateName.cpp65 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp743 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 Dgmock-matchers.h2609 typedef Functor StorageType;
2627 typedef ResType(*StorageType)(ArgType);
2655 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;