/openbsd/gnu/llvm/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 …]
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DarwinSDKInfo.h | 35 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 D | DebugInfoMetadata.h | 306 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 D | Metadata.h | 69 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 D | DebugInfoMetadata.cpp | 380 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 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 | 524 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 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 …]
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TemplateName.h | 207 using StorageType = variable 211 StorageType Storage;
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 85 llvm::DenseMap<OSEnvPair::StorageType, in parseDarwinSDKSettingsJSON()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 723 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 D | TemplateName.cpp | 103 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
|
/openbsd/share/snmp/ |
H A D | SNMP-USER-BASED-SM-MIB.txt | 9 StorageType, AutonomousType FROM SNMPv2-TC 447 usmUserStorageType StorageType, 790 SYNTAX StorageType 814 as defined in the StorageType Textual Convention apply.
|
H A D | SNMPv2-TC.txt | 718 StorageType ::= TEXTUAL-CONVENTION
|
H A D | IP-MIB.txt | 11 RowStatus, StorageType FROM SNMPv2-TC 2479 ipAddressStorageType StorageType 2603 SYNTAX StorageType
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 764 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()
|