Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDarwinSDKInfo.h35 using StorageType = uint64_t;
41 : Value(((StorageType(FromOS) * StorageType(llvm::Triple::LastOSType) + in OSEnvPair()
42 StorageType(FromEnv)) in OSEnvPair()
44 (StorageType(ToOS) * StorageType(llvm::Triple::LastOSType) + in OSEnvPair()
45 StorageType(ToEnv))) {} in OSEnvPair()
76 StorageType Value;
122 llvm::DenseMap<OSEnvPair::StorageType,
125 llvm::DenseMap<OSEnvPair::StorageType,
159 llvm::DenseMap<OSEnvPair::StorageType,
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h306 DIAssignID(LLVMContext &C, StorageType Storage) in DIAssignID()
404 DIGenericSubrange(LLVMContext &C, StorageType Storage,
603 DIFile(LLVMContext &C, StorageType Storage,
1116 DINodeArray Annotations, StorageType Storage,
1320 StorageType Storage,
1326 StorageType Storage,
1925 MDString *TargetFuncName, StorageType Storage,
2157 StorageType Storage,
3182 StorageType Storage,
3192 StorageType Storage,
[all …]
H A DMetadata.h69 enum StorageType { Uniqued, Distinct, Temporary }; enum
85 Metadata(unsigned ID, StorageType Storage) in Metadata()
983 static size_t getAllocSize(StorageType Storage, size_t NumOps) {
990 static bool isResizable(StorageType Storage) { return Storage != Uniqued; }
1024 explicit Header(size_t NumOps, StorageType Storage);
1057 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
1061 void *operator new(size_t Size, size_t NumOps, StorageType Storage);
1222 static T *storeImpl(T *N, StorageType Storage, StoreT &Store);
1223 template <class T> static T *storeImpl(T *N, StorageType Storage);
1332 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash,
[all …]
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp380 DISubrange::DISubrange(LLVMContext &C, StorageType Storage, in DISubrange()
394 int64_t Lo, StorageType Storage, in getImpl()
576 DIEnumerator::DIEnumerator(LLVMContext &C, StorageType Storage, in DIEnumerator()
672 StorageType Storage, bool ShouldCreate) { in getImpl()
692 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl()
803 DIFile::DIFile(LLVMContext &C, StorageType Storage, in DIFile()
837 MDString *Source, StorageType Storage, in getImpl()
871 MDString *SDK, StorageType Storage, bool ShouldCreate) { in getImpl()
1048 StorageType Storage, bool ShouldCreate) { in getImpl()
1088 StorageType Storage, in DILexicalBlockBase()
[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.cpp524 void *MDNode::operator new(size_t Size, size_t NumOps, StorageType Storage) { in operator new()
541 MDNode::MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, in MDNode()
569 MDNode::Header::Header(size_t NumOps, StorageType Storage) { in Header()
922 StorageType Storage, bool ShouldCreate) { in getImpl()
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTemplateName.h207 using StorageType = variable
211 StorageType Storage;
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp85 llvm::DenseMap<OSEnvPair::StorageType, in parseDarwinSDKSettingsJSON()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h723 using StorageType = std::vector<value_type>; member
725 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const {
732 StorageType Stack;
/openbsd/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp103 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
/openbsd/share/snmp/
H A DSNMP-USER-BASED-SM-MIB.txt9 StorageType, AutonomousType FROM SNMPv2-TC
447 usmUserStorageType StorageType,
790 SYNTAX StorageType
814 as defined in the StorageType Textual Convention apply.
H A DSNMPv2-TC.txt718 StorageType ::= TEXTUAL-CONVENTION
H A DIP-MIB.txt11 RowStatus, StorageType FROM SNMPv2-TC
2479 ipAddressStorageType StorageType
2603 SYNTAX StorageType
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp764 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls() local
766 if (StorageType != getType()) { in writePCHReadDecls()
768 OS << " SmallVector<" << StorageType << ", 4> " in writePCHReadDecls()
778 if (StorageType != getType()) { in writePCHReadDecls()