Searched defs:collection (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/contrib/atf/atf-c++/
H A Dutils.hpp52 grep_collection(const std::string& regexp, const Collection& collection) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h50 typedef std::vector<lldb::QueueSP> collection; typedef in class:lldb_private::QueueList
H A DThreadCollection.h22 typedef std::vector<lldb::ThreadSP> collection; typedef in class:lldb_private::ThreadCollection
H A DTargetList.h46 typedef std::vector<lldb::TargetSP> collection; typedef in class:lldb_private::TargetList
H A DPathMappingList.h146 typedef std::vector<pair> collection; typedef in class:lldb_private::PathMappingList
H A DStackFrameList.h127 typedef std::vector<lldb::StackFrameSP> collection; typedef in class:lldb_private::StackFrameList
H A DUnixSignals.h173 typedef std::map<int32_t, Signal> collection; typedef in class:lldb_private::UnixSignals
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h55 typedef std::vector<lldb::ValueObjectSP> collection; typedef in class:lldb_private::ValueObjectList
H A DModuleList.h485 collection; ///< The module collection type. typedef in class:lldb_private::ModuleList
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationCollection
H A DWatchpointResourceList.h119 typedef std::vector<lldb::WatchpointResourceSP> collection; typedef in class:lldb_private::WatchpointResourceList
H A DBreakpointLocationList.h194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef in class:lldb_private::BreakpointLocationList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef in class:lldb_private::TypeMap
H A DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef in class:lldb_private::TypeList
H A DUnwindTable.h67 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef in class:lldb_private::UnwindTable
H A DVariableList.h19 typedef std::vector<lldb::VariableSP> collection; typedef in class:lldb_private::VariableList
H A DBlock.h363 typedef std::vector<lldb::BlockSP> collection; typedef in class:lldb_private::Block
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h27 typedef std::vector<std::string> collection; typedef in class:lldb_private::StringList
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef in class:lldb_private::VMRange
H A DStreamTee.h107 typedef std::vector<lldb::StreamSP> collection; typedef in class:lldb_private::StreamTee
H A DFileSpecList.h29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef in class:lldb_private::SupportFileList
87 typedef std::vector<FileSpec> collection; typedef in class:lldb_private::FileSpecList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h118 typedef std::vector<lldb::OptionValueSP> collection; typedef in class:lldb_private::OptionValueArray
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h75 typedef llvm::SmallVector<AttributeValue, 8> collection; typedef in class:lldb_private::plugin::dwarf::DWARFAttributes
H A DDWARFDebugInfoEntry.h37 typedef std::vector<DWARFDebugInfoEntry> collection; typedef in class:lldb_private::plugin::dwarf::DWARFDebugInfoEntry
H A DUniqueDWARFASTType.h69 typedef std::vector<UniqueDWARFASTType> collection; typedef in class:lldb_private::plugin::dwarf::UniqueDWARFASTTypeList
95 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef in class:lldb_private::plugin::dwarf::UniqueDWARFASTTypeMap

Completed in 173 milliseconds

12