Home
last modified time | relevance | path

Searched refs:key_type_ref (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h31 using key_type_ref = const T&; member
35 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
43 static inline bool isEqual(key_type_ref L, key_type_ref R) { in isEqual()
46 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess()
67 using key_type_ref = typename ValInfo::key_type_ref; variable
113 bool contains(key_type_ref K) const { in contains()
205 data_type* lookup(key_type_ref K) const { in lookup()
244 using key_type_ref = typename ValInfo::key_type_ref; variable
284 ImmutableMapRef remove(key_type_ref K) const { in remove()
289 bool contains(key_type_ref K) const { in contains()
[all …]
H A DImmutableSet.h44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) { in find()
377 using key_type_ref = typename TreeTy::key_type_ref;
415 TreeTy* remove(TreeTy* T, key_type_ref V) {
548 key_type_ref K = ImutInfo::KeyOfValue(V);
925 using key_type_ref = value_type_ref;
932 static bool isEqual(key_type_ref LHS, key_type_ref RHS) {
936 static bool isLess(key_type_ref LHS, key_type_ref RHS) {
951 using key_type_ref = value_type_ref;
958 static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp94 using key_type_ref = StringRef; typedef in llvm::InstrProfRecordWriterTrait
108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
113 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item()
116 void insert(typename Info::key_type_ref Key, in insert()
125 void insert(typename Info::key_type_ref Key, in insert()
134 bool contains(typename Info::key_type_ref Key, Info &InfoObj) { in contains()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp723 typedef StringRef key_type_ref; typedef in __anon989f7eea0811::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
734 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength()
744 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { in EmitKey()
748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
H A DMultiOnDiskHashTable.h301 void insert(typename WriterInfo::key_type_ref Key, in insert()
H A DASTWriter.cpp1646 using key_type_ref = const key_type &; typedef in __anon91274ea00311::HeaderFileInfoTrait
1661 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
1669 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength()
1680 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) { in EmitKey()
1691 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData()
2996 using key_type_ref = key_type; typedef in __anon91274ea00911::ASTMethodPoolTrait
3045 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() argument
3291 using key_type_ref = key_type; typedef in __anon91274ea00a11::ASTIdentifierTableTrait
3517 using key_type_ref = key_type; typedef in __anon91274ea00b11::ASTDeclContextNameLookupTrait
3545 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp186 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()
191 RegionBindingsRef remove(key_type_ref K) const { in remove()