Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h32 using key_type_ref = const T&; member
36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
44 static inline bool isEqual(key_type_ref L, key_type_ref R) { in isEqual()
47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess()
68 using key_type_ref = typename ValInfo::key_type_ref; variable
114 bool contains(key_type_ref K) const { in contains()
169 data_type* lookup(key_type_ref K) const { in lookup()
208 using key_type_ref = typename ValInfo::key_type_ref; variable
248 ImmutableMapRef remove(key_type_ref K) const { in remove()
253 bool contains(key_type_ref K) const { in contains()
[all …]
H A DImmutableSet.h45 using key_type_ref = typename ImutInfo::key_type_ref;
76 ImutAVLTree* find(key_type_ref K) { in find()
364 using key_type_ref = typename TreeTy::key_type_ref;
402 TreeTy* remove(TreeTy* T, key_type_ref V) {
535 key_type_ref K = ImutInfo::KeyOfValue(V);
912 using key_type_ref = value_type_ref;
919 static bool isEqual(key_type_ref LHS, key_type_ref RHS) {
923 static bool isLess(key_type_ref LHS, key_type_ref RHS) {
938 using key_type_ref = value_type_ref;
945 static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp284 using key_type_ref = key_type; typedef in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo
342 using key_type_ref = key_type; typedef in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo
348 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
467 using key_type_ref = key_type; typedef in clang::api_notes::__anonf4cc7f220311::VersionedTableInfo
670 unsigned getKeyLength(key_type_ref) { in getKeyLength() argument
739 unsigned getKeyLength(key_type_ref) { in getKeyLength() argument
802 using key_type_ref = const key_type &; typedef in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo
871 unsigned getKeyLength(key_type_ref) { in getKeyLength() argument
985 unsigned getKeyLength(key_type_ref) { in getKeyLength() argument
1096 using key_type_ref = typename CommonTypeTableInfo::key_type_ref; typedef in clang::api_notes::__anonf4cc7f220d11::CommonTypeTableInfo
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h502 using key_type_ref = uint64_t; variable
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
520 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
531 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey()
537 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() argument
553 using key_type_ref = FrameId; variable
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
564 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
574 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey()
580 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item()
115 void insert(typename Info::key_type_ref Key, in insert()
124 void insert(typename Info::key_type_ref Key, in insert()
133 bool contains(typename Info::key_type_ref Key, Info &InfoObj) { in contains()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp723 typedef StringRef key_type_ref; typedef in __anoncf1c43ec0811::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.h303 void insert(typename WriterInfo::key_type_ref Key, in insert()
H A DASTWriter.cpp1845 using key_type_ref = const key_type &; typedef in __anon367831a20711::HeaderFileInfoTrait
1861 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
1869 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength()
1880 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) { in EmitKey()
1891 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData()
3288 using key_type_ref = key_type; typedef in __anon367831a20e11::ASTMethodPoolTrait
3337 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() argument
3594 using key_type_ref = key_type; typedef in __anon367831a20f11::ASTIdentifierTableTrait
3814 using key_type_ref = key_type; typedef in __anon367831a21011::ASTDeclContextNameLookupTrait
3841 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp102 using key_type_ref = StringRef; typedef in llvm::InstrProfRecordWriterTrait
116 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
121 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
146 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey()
150 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp187 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()
192 RegionBindingsRef remove(key_type_ref K) const { in remove()