Searched refs:data_type_ref (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 34 using data_type_ref = const S&; member 40 static inline data_type_ref DataOfValue(value_type_ref V) { in DataOfValue() 51 static inline bool isDataEqual(data_type_ref L, data_type_ref R) { in isDataEqual() 70 using data_type_ref = typename ValInfo::data_type_ref; variable 118 data_type_ref D) { in add() 218 data_type_ref getData() const { return (*this)->second; } in getData() 265 using data_type_ref = typename ValInfo::data_type_ref; variable 329 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() 378 data_type_ref getData() const { return (*this)->second; } in getData()
|
| H A D | ImmutableSet.h | 916 using data_type_ref = bool; 919 static data_type_ref DataOfValue(value_type_ref) { return true; } 929 static bool isDataEqual(data_type_ref, data_type_ref) { return true; } 942 using data_type_ref = bool; 945 static data_type_ref DataOfValue(value_type_ref) { return true; } 951 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 98 using data_type_ref = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait 113 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item() 117 typename Info::data_type_ref Data) { in insert() 126 typename Info::data_type_ref Data, Info &InfoObj) { in insert()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 695 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in __anon2d7d61850711::IdentifierIndexWriterTrait 704 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength() 718 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
|
| H A D | MultiOnDiskHashTable.h | 303 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
|
| H A D | ASTWriter.cpp | 1950 using data_type_ref = const data_type &; typedef in __anona825c63b0411::HeaderFileInfoTrait 1963 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength() 1991 data_type_ref Data, unsigned DataLen) { in EmitData() 3287 using data_type_ref = const data_type &; typedef in __anona825c63b0a11::ASTMethodPoolTrait 3300 data_type_ref Methods) { in EmitKeyDataLength() 3336 data_type_ref Methods, unsigned DataLen) { in EmitData() 3585 using data_type_ref = data_type; typedef in __anona825c63b0b11::ASTIdentifierTableTrait 3824 using data_type_ref = const data_type &; typedef in __anona825c63b0c11::ASTDeclContextNameLookupTrait 3867 data_type_ref Lookup) { in EmitKeyDataLength()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 174 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()
|