Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h31 typedef ConstString KeyType; typedef
32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType;
44 void Add(KeyType name, const lldb::TypeCategoryImplSP &entry);
46 bool Delete(KeyType name);
48 bool Enable(KeyType category_name, Position pos = Default);
50 bool Disable(KeyType category_name);
62 bool Get(KeyType name, lldb::TypeCategoryImplSP &entry);
/freebsd/contrib/kyua/engine/
H A Dscanner.cpp55 template< typename KeyType, typename ValueType >
56 static std::deque< KeyType >
57 map_keys(const std::map< KeyType, ValueType >& map) in map_keys() argument
59 std::deque< KeyType > keys; in map_keys()
60 for (typename std::map< KeyType, ValueType >::const_iterator iter = in map_keys()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp27 void TypeCategoryMap::Add(KeyType name, const TypeCategoryImplSP &entry) { in Add()
40 bool TypeCategoryMap::Delete(KeyType name) { in Delete()
58 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable()
66 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable()
151 bool TypeCategoryMap::Get(KeyType name, TypeCategoryImplSP &entry) { in Get()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h290 template <typename KeyType> struct RegisterAggrMap {
293 RegisterAggr &operator[](KeyType Key) {
301 auto find(const KeyType &Key) const { return Map.find(Key); } in find()
305 std::map<KeyType, RegisterAggr> Map;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h963 using KeyType = KeyT; variable
2111 using KeyType = typename MapA::KeyType; variable
2168 KeyType start() const { in start()
2169 KeyType ak = a().start(); in start()
2170 KeyType bk = b().start(); in start()
2175 KeyType stop() const { in stop()
2176 KeyType ak = a().stop(); in stop()
2177 KeyType bk = b().stop(); in stop()
2205 void advanceTo(KeyType
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h136 template <typename MapType, typename KeyType, typename ValueType>
137 void addItem(MapType *Map, KeyType Key, ValueType Value) { in addItem()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp279 SortSymbolKeyTy KeyType = StringSwitch<SortSymbolKeyTy>(KeyStr) in parseOptions() local
283 if (KeyType == SortSymbolKeyTy::UNKNOWN) in parseOptions()
286 opts::SortKeys.push_back(KeyType); in parseOptions()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp51 template <typename Derived, typename KeyType, typename UnversionedDataType>
54 using internal_key_type = KeyType;
55 using external_key_type = KeyType;
H A DAPINotesWriter.cpp467 template <typename Derived, typename KeyType, typename UnversionedDataType>
476 using key_type = KeyType;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp841 template <typename Map, typename KeyType>
842 void touchAndErase(Map &, const KeyType &);
2056 template <typename Map, typename KeyType>
2057 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1041 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2956 typedef typename RawPairType::first_type KeyType;
2961 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {}
2990 const Matcher<const KeyType&> inner_matcher_;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6125 auto KeyType = VTablePointerAuthenticationAttr::VPtrAuthKeyType::DefaultKey; in handleVTablePointerAuthentication() local
6129 IL->Ident->getName(), KeyType)) { in handleVTablePointerAuthentication()
6133 if (KeyType == VTablePointerAuthenticationAttr::DefaultKey && in handleVTablePointerAuthentication()
6211 S.Context, AL, KeyType, AddressDiversityMode, ED, in handleVTablePointerAuthentication()