Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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
133 bool contains(key_type_ref K) const { in contains()
224 data_type* lookup(key_type_ref K) const { in lookup()
263 using key_type_ref = typename ValInfo::key_type_ref; variable
334 ImmutableMapRef remove(key_type_ref K) const { in remove()
339 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()
372 using key_type_ref = typename TreeTy::key_type_ref; variable
410 TreeTy* remove(TreeTy* T, key_type_ref V) { in remove()
543 key_type_ref K = ImutInfo::KeyOfValue(V); in add_internal()
914 using key_type_ref = value_type_ref;
921 static bool isEqual(key_type_ref LHS, key_type_ref RHS) {
925 static bool isLess(key_type_ref LHS, key_type_ref RHS) {
940 using key_type_ref = value_type_ref;
947 static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
[all …]
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp95 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-12.1/contrib/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-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp693 typedef StringRef key_type_ref; typedef in __anon2d7d61850711::IdentifierIndexWriterTrait
699 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
704 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength()
714 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { in EmitKey()
718 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
H A DMultiOnDiskHashTable.h302 void insert(typename WriterInfo::key_type_ref Key, in insert()
H A DASTWriter.cpp1940 using key_type_ref = const key_type &; typedef in __anona825c63b0411::HeaderFileInfoTrait
1955 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
1963 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength()
1979 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) { in EmitKey()
1990 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData()
3281 using key_type_ref = key_type; typedef in __anona825c63b0a11::ASTMethodPoolTrait
3335 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() argument
3582 using key_type_ref = key_type; typedef in __anona825c63b0b11::ASTIdentifierTableTrait
3820 using key_type_ref = key_type; typedef in __anona825c63b0c11::ASTDeclContextNameLookupTrait
3848 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h55 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp174 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()
179 RegionBindingsRef remove(key_type_ref K) const { in remove()