Home
last modified time | relevance | path

Searched refs:data_type_ref (Results 1 – 11 of 11) 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.h918 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 DMemProf.h615 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 DAPINotesWriter.cpp295 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 DSymbolManager.h706 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 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.cpp716 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 DMultiOnDiskHashTable.h301 typename WriterInfo::data_type_ref Data, WriterInfo &Info) { in insert()
H A DASTWriter.cpp2082 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 DInstrProfWriter.cpp47 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 DRegionStore.cpp358 data_type_ref BindingKeyAndValue) const { in addWithoutDecreasingLimit()