/freebsd/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/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/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategoryMap.cpp | 27 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 D | MappedHash.h |
|
/freebsd/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/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 [all...] |
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 279 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 D | APINotesReader.cpp | 51 template <typename Derived, typename KeyType, typename UnversionedDataType> 54 using internal_key_type = KeyType; 55 using external_key_type = KeyType;
|
H A D | APINotesWriter.cpp | 467 template <typename Derived, typename KeyType, typename UnversionedDataType> 476 using key_type = KeyType;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 841 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 D | val_secalgo.c | 1041 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2956 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 D | SemaDeclAttr.cpp | 6125 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()
|