/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | UniqueDWARFASTType.h | 74 typedef std::vector<UniqueDWARFASTType> collection; typedef 101 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef
|
H A D | DWARFDeclContext.h | 103 typedef std::vector<Entry> collection; typedef
|
H A D | DWARFDebugInfoEntry.h | 37 typedef std::vector<DWARFDebugInfoEntry> collection; typedef
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpecList.h | 29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef 87 typedef std::vector<FileSpec> collection; typedef
|
H A D | StringList.h | 27 typedef std::vector<std::string> collection; typedef
|
H A D | Broadcaster.h | 110 typedef std::map<BroadcastEventSpec, lldb::ListenerSP> collection; typedef 404 collection; typedef
|
H A D | VMRange.h | 25 typedef std::vector<VMRange> collection; typedef
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectList.h | 55 typedef std::vector<lldb::ValueObjectSP> collection; typedef
|
H A D | ModuleList.h | 506 collection; ///< The module collection type. typedef
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadCollection.h | 22 typedef std::vector<lldb::ThreadSP> collection; typedef
|
H A D | QueueList.h | 50 typedef std::vector<lldb::QueueSP> collection; typedef
|
H A D | TargetList.h | 46 typedef std::vector<lldb::TargetSP> collection; typedef
|
H A D | PathMappingList.h | 147 typedef std::vector<pair> collection; typedef
|
H A D | StackFrameList.h | 127 typedef std::vector<lldb::StackFrameSP> collection; typedef
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils.hpp | 52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
|
H A D | macros.hpp | 119 #define ATF_REQUIRE_IN(element, collection) \ argument 122 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
|
H A D | BreakpointSiteList.h |
|
H A D | BreakpointLocationList.h | 194 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeMap.h | 46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef
|
H A D | TypeList.h | 41 typedef std::vector<lldb::TypeSP> collection; typedef
|
H A D | VariableList.h | 19 typedef std::vector<lldb::VariableSP> collection; typedef
|
H A D | UnwindTable.h | 71 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef
|
H A D | Block.h | 365 typedef std::vector<lldb::BlockSP> collection; typedef
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueArray.h | 118 typedef std::vector<lldb::OptionValueSP> collection; typedef
|