| /freebsd/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 | 918 using data_type_ref = bool; 921 static data_type_ref DataOfValue(value_type_ref) { return true; } 931 static bool isDataEqual(data_type_ref, data_type_ref) { return true; } 944 using data_type_ref = bool; 947 static data_type_ref DataOfValue(value_type_ref) { return true; } 953 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 615 using data_type_ref = IndexedMemProfRecord &; 641 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { 658 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, 677 using data_type_ref = Frame &; 685 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { 701 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, 753 using data_type_ref = llvm::SmallVector<FrameId> &; 761 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { 777 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V,
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 295 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo 302 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKeyDataLength() argument 314 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 353 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo 362 data_type_ref) { in EmitKeyDataLength() argument 379 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 479 using data_type_ref = data_type &; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo 484 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength() 497 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() 942 using data_type_ref = data_type; typedef in clang::api_notes::__anonf7d29e6c0a11::ObjCSelectorTableInfo [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 706 using data_type_ref = bool; 709 static data_type_ref DataOfValue(value_type_ref) { return true; } 722 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
|
| /freebsd/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/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 716 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait 725 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength() 739 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
|
| H A D | MultiOnDiskHashTable.h | 301 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
|
| H A D | ASTWriter.cpp | 2082 using data_type_ref = const data_type &; typedef in __anon397e50ec0911::HeaderFileInfoTrait 2098 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength() 2121 data_type_ref Data, unsigned DataLen) { in EmitData() 3541 using data_type_ref = const data_type &; typedef in __anon397e50ec0f11::ASTMethodPoolTrait 3554 data_type_ref Methods) { in EmitKeyDataLength() 3587 data_type_ref Methods, unsigned DataLen) { in EmitData() 3868 using data_type_ref = data_type; typedef in __anon397e50ec1011::ASTIdentifierTableTrait 4084 using data_type_ref = const data_type &; typedef in __anon397e50ec1111::ASTDeclContextNameLookupTraitBase 4120 data_type_ref Lookup) { in EmitKeyDataLengthBase() 4211 EmitKeyDataLength(raw_ostream &Out, key_type Key, data_type_ref Lookup) { in EmitKeyDataLength() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 47 using data_type_ref = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait 63 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength() 92 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 358 data_type_ref BindingKeyAndValue) const { in addWithoutDecreasingLimit()
|