Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h34 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 DImmutableSet.h914 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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h578 using data_type_ref = IndexedMemProfRecord &; variable
604 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
621 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData()
640 using data_type_ref = Frame &; variable
648 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
664 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData()
716 using data_type_ref = llvm::SmallVector<FrameId> &; variable
724 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
740 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp296 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
303 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKeyDataLength() argument
315 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData()
354 using data_type_ref = const data_type &; typedef in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
363 data_type_ref) { in EmitKeyDataLength() argument
380 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData()
480 using data_type_ref = data_type &; typedef in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
485 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength()
498 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData()
868 using data_type_ref = data_type; typedef in clang::api_notes::__anonf7d29e6c0911::ObjCSelectorTableInfo
[all …]
/freebsd/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()
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 DGlobalModuleIndex.cpp721 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in __anon35ca0d360811::IdentifierIndexWriterTrait
730 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength()
744 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData()
H A DMultiOnDiskHashTable.h304 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
H A DASTWriter.cpp1983 using data_type_ref = const data_type &; typedef in __anon397e50ec0511::HeaderFileInfoTrait
1999 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength()
2022 data_type_ref Data, unsigned DataLen) { in EmitData()
3454 using data_type_ref = const data_type &; typedef in __anon397e50ec0b11::ASTMethodPoolTrait
3467 data_type_ref Methods) { in EmitKeyDataLength()
3500 data_type_ref Methods, unsigned DataLen) { in EmitData()
3778 using data_type_ref = data_type; typedef in __anon397e50ec0c11::ASTIdentifierTableTrait
3989 using data_type_ref = const data_type &; typedef in __anon397e50ec0d11::ASTDeclContextNameLookupTrait
4048 data_type_ref Lookup) { in EmitKeyDataLength()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp107 using data_type_ref = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait
123 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
152 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 DRegionStore.cpp187 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()