Searched refs:KeyType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 31 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-14.2/contrib/kyua/engine/ |
| H A D | scanner.cpp | 55 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-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 27 void TypeCategoryMap::Add(KeyType name, const TypeCategoryImplSP &entry) { in Add() 34 bool TypeCategoryMap::Delete(KeyType name) { in Delete() 46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() 54 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() 133 bool TypeCategoryMap::Get(KeyType name, TypeCategoryImplSP &entry) { in Get()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFRegisters.h | 290 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-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 963 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 x) { in advanceTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.h | 136 template <typename MapType, typename KeyType, typename ValueType> 137 void addItem(MapType *Map, KeyType Key, ValueType Value) { in addItem()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 275 SortSymbolKeyTy KeyType = StringSwitch<SortSymbolKeyTy>(KeyStr) in parseOptions() local 279 if (KeyType == SortSymbolKeyTy::UNKNOWN) in parseOptions() 282 opts::SortKeys.push_back(KeyType); in parseOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 48 template <typename Derived, typename KeyType, typename UnversionedDataType> 51 using internal_key_type = KeyType; 52 using external_key_type = KeyType;
|
| H A D | APINotesWriter.cpp | 457 template <typename Derived, typename KeyType, typename UnversionedDataType> 466 using key_type = KeyType;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 837 template <typename Map, typename KeyType> 838 void touchAndErase(Map &, const KeyType &); 2052 template <typename Map, typename KeyType> 2053 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
|
| /freebsd-14.2/contrib/unbound/validator/ |
| H A D | val_secalgo.c | 1041 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2955 typedef typename RawPairType::first_type KeyType; 2960 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {} 2989 const Matcher<const KeyType&> inner_matcher_;
|