Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h539 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 DMetadata.h66 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 DDebugInfoMetadata.cpp27 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 DMetadataImpl.h29 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 DMetadata.cpp504 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 DCGRecordLayoutBuilder.cpp170 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 Dtarget_tree.def53 (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 Dvacm_tree.def49 (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 DTemplateName.h180 using StorageType = variable
184 StorageType Storage;
/freebsd-12.1/contrib/bsnmp/lib/
H A Dtc.def41 typedef StorageType ENUM (
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h720 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 Dusm_tree.def82 (12 usmUserStorageType StorageType GET SET)
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp64 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp716 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 Dgmock-matchers.h2609 typedef Functor StorageType;
2627 typedef ResType(*StorageType)(ArgType);
2655 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;