| /freebsd-14.2/contrib/llvm-project/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 99 data_type_ref D) { in add() 163 data_type_ref getData() const { return (*this)->second; } in getData() 210 using data_type_ref = typename ValInfo::data_type_ref; variable 242 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() 293 data_type_ref getData() const { return (*this)->second; } in getData()
|
| H A D | ImmutableSet.h | 914 using data_type_ref = bool; 917 static data_type_ref DataOfValue(value_type_ref) { return true; } 927 static bool isDataEqual(data_type_ref, data_type_ref) { return true; } 940 using data_type_ref = bool; 943 static data_type_ref DataOfValue(value_type_ref) { return true; } 949 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 505 using data_type_ref = IndexedMemProfRecord &; variable 520 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 537 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() 556 using data_type_ref = Frame &; variable 564 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 580 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 286 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo 293 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKeyDataLength() argument 305 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 344 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo 353 data_type_ref) { in EmitKeyDataLength() argument 370 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 470 using data_type_ref = data_type &; typedef in clang::api_notes::__anonf4cc7f220311::VersionedTableInfo 475 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength() 488 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 804 using data_type_ref = data_type; typedef in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item() 116 typename Info::data_type_ref Data) { in insert() 125 typename Info::data_type_ref Data, Info &InfoObj) { in insert()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 725 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in __anoncf1c43ec0811::IdentifierIndexWriterTrait 734 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength() 748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
|
| H A D | MultiOnDiskHashTable.h | 304 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
|
| H A D | ASTWriter.cpp | 1856 using data_type_ref = const data_type &; typedef in __anon367831a20711::HeaderFileInfoTrait 1869 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength() 1892 data_type_ref Data, unsigned DataLen) { in EmitData() 3294 using data_type_ref = const data_type &; typedef in __anon367831a20e11::ASTMethodPoolTrait 3307 data_type_ref Methods) { in EmitKeyDataLength() 3338 data_type_ref Methods, unsigned DataLen) { in EmitData() 3597 using data_type_ref = data_type; typedef in __anon367831a20f11::ASTIdentifierTableTrait 3818 using data_type_ref = const data_type &; typedef in __anon367831a21011::ASTDeclContextNameLookupTrait 3861 data_type_ref Lookup) { in EmitKeyDataLength()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 105 using data_type_ref = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait 121 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 150 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 187 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()
|