/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValueList.cpp | 37 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); } in Append() function in ValueListImpl 39 void Append(const ValueListImpl &list) { in Append() function in ValueListImpl 131 void SBValueList::Append(const SBValue &val_obj) { in Append() function in SBValueList 138 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { in Append() function in SBValueList 145 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() function in SBValueList
|
H A D | SBMemoryRegionInfoList.cpp | 37 void Append(const MemoryRegionInfo &sb_region) { in Append() function in MemoryRegionInfoListImpl 41 void Append(const MemoryRegionInfoListImpl &list) { in Append() function in MemoryRegionInfoListImpl 132 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfo &sb_region) { in Append() function in SBMemoryRegionInfoList 138 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfoList &sb_region_list) { in Append() function in SBMemoryRegionInfoList
|
H A D | SBSymbolContextList.cpp | 67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append() function in SBSymbolContextList 74 void SBSymbolContextList::Append(SBSymbolContextList &sc_list) { in Append() function in SBSymbolContextList
|
H A D | SBAddressRangeList.cpp | 64 void SBAddressRangeList::Append(const SBAddressRange &sb_addr_range) { in Append() function in SBAddressRangeList 70 void SBAddressRangeList::Append(const SBAddressRangeList &sb_addr_range_list) { in Append() function in SBAddressRangeList
|
H A D | SBModuleSpec.cpp | 207 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append() function in SBModuleSpecList 213 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() function in SBModuleSpecList
|
H A D | SBFileSpecList.cpp | 50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() function in SBFileSpecList
|
H A D | SBTypeEnumMember.cpp | 144 void SBTypeEnumMemberList::Append(SBTypeEnumMember enum_member) { in Append() function in SBTypeEnumMemberList
|
/freebsd/contrib/bearssl/T0/ |
H A D | BlobWriter.cs | 71 internal void Append(byte b) in Append() method in BlobWriter 95 internal void Append(string expr) in Append() method in BlobWriter
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRangeListImpl.cpp | 30 void AddressRangeListImpl::Append(const AddressRange &sb_region) { in Append() function in AddressRangeListImpl 34 void AddressRangeListImpl::Append(const AddressRangeListImpl &list) { in Append() function in AddressRangeListImpl
|
H A D | ValueObjectList.cpp | 25 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { in Append() function in ValueObjectList 29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() function in ValueObjectList
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpecList.h | 34 void Append(const FileSpec &file) { in Append() function 37 void Append(std::shared_ptr<SupportFile> &&file) { in Append() function
|
H A D | RangeMap.h | 179 void Append(const Entry &entry) { m_entries.push_back(entry); } in Append() function 181 void Append(B base, S size) { m_entries.emplace_back(base, size); } in Append() function 451 void Append(const Entry &entry) { m_entries.emplace_back(entry); } in Append() function 747 void Append(const Entry &entry) { m_entries.push_back(entry); } in Append() function
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-test-part.cc | 65 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | JITLoaderList.cpp | 20 void JITLoaderList::Append(const JITLoaderSP &jit_loader_sp) { in Append() function in JITLoaderList
|
H A D | PathMappingList.cpp | 62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append() function in PathMappingList 71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() function in PathMappingList
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFAttribute.cpp | 30 void DWARFAttributes::Append(const DWARFFormValue &form_value, Append() function in DWARFAttributes
|
H A D | UniqueDWARFASTType.h | 65 void Append(const UniqueDWARFASTType &entry) { in Append() function
|
H A D | NameToDIE.cpp | 86 void NameToDIE::Append(const NameToDIE &other) { Append() function in NameToDIE
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 42 void Append(ConstString unique_cstr, const T &value) { in Append() function 46 void Append(const Entry &e) { m_map.push_back(e); } in Append() function
|
H A D | ModuleSpec.h | 308 void Append(const ModuleSpec &spec) { in Append() function 313 void Append(const ModuleSpecList &rhs) { in Append() function
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 23 void FileSpecList::Append(const FileSpec &file_spec) { in Append() function in FileSpecList
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 665 void Append(const lldb::TypeImplSP &type) { m_content.push_back(type); } in Append() function 855 void Append(const lldb::TypeEnumMemberImplSP &type) { in Append() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cpp | 135 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 52 void Append(const ResumeAction &action) { in Append() function
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 755 void OptionGroupOptions::Append(OptionGroup *group) { in Append() function in OptionGroupOptions 772 void OptionGroupOptions::Append(OptionGroup *group, uint32_t src_mask, in Append() function in OptionGroupOptions 784 void OptionGroupOptions::Append( in Append() function in OptionGroupOptions
|