Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h33 using data_type_ref = const S&; member
39 static inline data_type_ref DataOfValue(value_type_ref V) { in DataOfValue()
50 static inline bool isDataEqual(data_type_ref L, data_type_ref R) { in isDataEqual()
69 using data_type_ref = typename ValInfo::data_type_ref; variable
98 data_type_ref D) { in add()
199 data_type_ref getData() const { return (*this)->second; } in getData()
246 using data_type_ref = typename ValInfo::data_type_ref; variable
278 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add()
329 data_type_ref getData() const { return (*this)->second; } in getData()
H A DImmutableSet.h927 using data_type_ref = bool;
930 static data_type_ref DataOfValue(value_type_ref) { return true; }
940 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
953 using data_type_ref = bool;
956 static data_type_ref DataOfValue(value_type_ref) { return true; }
962 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h68 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp97 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp725 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in __anon28427b810811::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 DMultiOnDiskHashTable.h302 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
H A DASTWriter.cpp1656 using data_type_ref = const data_type &; typedef in __anon52dea4370311::HeaderFileInfoTrait
1669 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) { in EmitKeyDataLength()
1692 data_type_ref Data, unsigned DataLen) { in EmitData()
3002 using data_type_ref = const data_type &; typedef in __anon52dea4370911::ASTMethodPoolTrait
3015 data_type_ref Methods) { in EmitKeyDataLength()
3046 data_type_ref Methods, unsigned DataLen) { in EmitData()
3294 using data_type_ref = data_type; typedef in __anon52dea4370a11::ASTIdentifierTableTrait
3521 using data_type_ref = const data_type &; typedef in __anon52dea4370b11::ASTDeclContextNameLookupTrait
3564 data_type_ref Lookup) { in EmitKeyDataLength()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp186 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { in add()