| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointSiteList.cpp | 40 collection::iterator iter = m_bp_site_list.find (bp_site_load_addr); in Add() 44 m_bp_site_list.insert (iter, collection::value_type (bp_site_load_addr, bp)); in Add() 85 collection::iterator pos = GetIDIterator(break_id); // Predicate in Remove() 98 collection::iterator pos = m_bp_site_list.find(address); in RemoveByAddress() 124 BreakpointSiteList::collection::iterator 132 BreakpointSiteList::collection::const_iterator 145 collection::iterator pos = GetIDIterator(break_id); in FindByID() 157 collection::const_iterator pos = GetIDConstIterator(break_id); in FindByID() 169 collection::iterator iter = m_bp_site_list.find(addr); in FindByAddress() 179 collection::const_iterator pos = GetIDConstIterator(bp_site_id); in BreakpointSiteContainsBreakpoint() [all …]
|
| HD | BreakpointLocationCollection.cpp | 51 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove() 81 BreakpointLocationCollection::collection::iterator 88 BreakpointLocationCollection::collection::const_iterator 99 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair() 110 collection::const_iterator pos = GetIDPairConstIterator(break_id, break_loc_id); in FindByIDPair() 159 collection::iterator pos, in ValidForThisThread() 174 collection::const_iterator pos, in IsInternal() 194 collection::iterator pos, in GetDescription()
|
| HD | BreakpointLocationList.cpp | 92 collection::const_iterator end = m_locations.end(); in FindByID() 93 collection::const_iterator pos = std::lower_bound(m_locations.begin(), end, break_id, Compare); in FindByID() 106 collection::iterator pos, end = m_locations.end(); in FindInModule() 160 collection::const_iterator pos, end = m_locations.end(); in Dump() 193 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites() 202 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites() 216 collection::const_iterator pos, end = m_locations.end(); in GetHitCount() 227 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations() 240 collection::iterator pos, end = m_locations.end(); in GetDescription() 298 collection::iterator pos, end = m_locations.end(); in RemoveLocation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDeclContext.cpp | 35 collection::const_reverse_iterator pos; in GetQualifiedName() 36 collection::const_reverse_iterator begin = m_entries.rbegin(); in GetQualifiedName() 37 collection::const_reverse_iterator end = m_entries.rend(); in GetQualifiedName() 73 collection::const_iterator pos; in operator ==() 74 collection::const_iterator begin = m_entries.begin(); in operator ==() 75 collection::const_iterator end = m_entries.end(); in operator ==() 77 collection::const_iterator rhs_pos; in operator ==() 78 collection::const_iterator rhs_begin = rhs.m_entries.begin(); in operator ==()
|
| HD | DWARFDIECollection.h | 43 typedef std::vector<const DWARFDebugInfoEntry *> collection; typedef 44 typedef collection::iterator iterator; 45 typedef collection::const_iterator const_iterator; 47 collection m_dies; // Ordered list of die offsets
|
| HD | DWARFDebugPubnames.h | 31 typedef std::list<DWARFDebugPubnamesSet> collection; typedef 32 typedef collection::iterator iterator; 33 typedef collection::const_iterator const_iterator; 35 collection m_sets;
|
| HD | UniqueDWARFASTType.h | 128 typedef std::vector<UniqueDWARFASTType> collection; typedef 129 collection m_collection; 161 collection::const_iterator pos = m_collection.find (unique_name_cstr); in Find() 171 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef 172 collection m_collection;
|
| HD | DWARFDebugLine.h | 106 typedef std::vector<Row> collection; typedef 107 typedef collection::iterator iterator; 108 typedef collection::const_iterator const_iterator; 115 static void Insert(Row::collection& state_coll, const Row& state); 116 static void Dump(lldb_private::Log *log, const Row::collection& state_coll); 155 Row::collection rows;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | UnixSignals.cpp | 154 collection::iterator pos = m_signals.find (signo); in RemoveSignal() 162 collection::const_iterator pos = m_signals.find (signo); in GetSignalAsCString() 182 collection::const_iterator pos, end = m_signals.end (); in GetSignalNumberFromName() 207 collection::const_iterator pos = m_signals.find (current_signal); in GetNextSignalNumber() 208 collection::const_iterator end = m_signals.end(); in GetNextSignalNumber() 230 collection::const_iterator pos = m_signals.find (signo); in GetSignalInfo() 246 collection::const_iterator pos = m_signals.find (signo); in GetShouldSuppress() 255 collection::iterator pos = m_signals.find (signo); in SetShouldSuppress() 276 collection::const_iterator pos = m_signals.find (signo); in GetShouldStop() 285 collection::iterator pos = m_signals.find (signo); in SetShouldStop() [all …]
|
| HD | ThreadList.cpp | 254 collection threads_copy; in ShouldStop() 263 collection::iterator pos, end = threads_copy.end(); in ShouldStop() 352 collection::iterator pos, end = m_threads.end(); in ShouldReportStop() 401 collection::iterator pos, end = m_threads.end(); in SetShouldReportStop() 417 collection::iterator pos, end = m_threads.end(); in ShouldReportRun() 480 collection::iterator pos, end = m_threads.end(); in RefreshStateAfterStop() 492 collection::iterator pos, end = m_threads.end(); in DiscardThreadPlans() 508 collection::iterator pos, end = m_threads.end(); in WillResume() 653 collection::iterator pos, end = m_threads.end(); in DidResume() 668 collection::iterator pos, end = m_threads.end(); in DidStop() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ModuleList.cpp | 153 collection::iterator pos, end = m_modules.end(); in AppendIfNeeded() 191 collection::iterator pos, end = m_modules.end(); in RemoveImpl() 206 ModuleList::collection::iterator 207 ModuleList::RemoveImpl (ModuleList::collection::iterator pos, bool use_notifier) in RemoveImpl() 210 collection::iterator retval = m_modules.erase(pos); in RemoveImpl() 239 collection::iterator pos, end = m_modules.end(); in RemoveIfOrphaned() 272 collection::iterator pos = m_modules.begin(); in RemoveOrphans() 294 collection::iterator pos, end = module_list.m_modules.end(); in Remove() 380 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() 417 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() [all …]
|
| HD | Broadcaster.cpp | 65 collection::iterator pos, end = m_listeners.end(); in Clear() 121 collection::iterator pos, end = m_listeners.end(); in AddListener() 123 collection::iterator existing_pos = end; in AddListener() 174 collection::iterator pos, end = m_listeners.end(); in EventTypeHasListeners() 187 collection::iterator pos, end = m_listeners.end(); in RemoveListener() 258 collection::iterator pos, end = m_listeners.end(); in PrivateBroadcastEvent() 382 collection::iterator iter = m_event_map.begin(), end_iter = m_event_map.end(); in RegisterListenerForEvents() 417 collection::iterator iter, end_iter = m_event_map.end(); in UnregisterListenerForEvents() 451 collection::const_iterator iter, end_iter = m_event_map.end(); in GetListenerForEventSpec() 471 collection::iterator iter, end_iter = m_event_map.end(); in RemoveListener() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointLocationCollection.h | 196 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef 198 collection::iterator 201 collection::const_iterator 204 collection m_break_loc_collection; 207 …typedef AdaptedIterable<collection, lldb::BreakpointLocationSP, vector_adapter> BreakpointLocation…
|
| HD | BreakpointSiteList.h | 203 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection; typedef 205 collection::iterator 208 collection::const_iterator 212 collection m_bp_site_list; // The breakpoint site list.
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | TypeList.h | 56 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef 57 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable; 88 typedef collection::iterator iterator; 89 typedef collection::const_iterator const_iterator; 91 collection m_types;
|
| HD | UnwindTable.h | 58 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef 59 typedef collection::iterator iterator; 60 typedef collection::const_iterator const_iterator; 63 collection m_unwinds;
|
| HD | VariableList.h | 87 typedef std::vector<lldb::VariableSP> collection; typedef 88 typedef collection::iterator iterator; 89 typedef collection::const_iterator const_iterator; 91 collection m_variables;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | VMRange.h | 26 typedef std::vector<VMRange> collection; typedef 27 typedef collection::iterator iterator; 28 typedef collection::const_iterator const_iterator; 157 ContainsValue(const VMRange::collection& coll, lldb::addr_t value); 160 ContainsRange(const VMRange::collection& coll, const VMRange& range); 165 FindRangeIndexThatContainsValue (const VMRange::collection& coll, lldb::addr_t value);
|
| HD | ModuleList.h | 573 typedef std::vector<lldb::ModuleSP> collection; ///< The module collection type. typedef 581 collection::iterator 582 RemoveImpl (collection::iterator pos, bool use_notifier = true); 590 collection m_modules; ///< The collection of modules. 596 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter> ModuleIterable; 603 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter> ModuleIterableNoLocking;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ThreadCollection.h | 24 typedef std::vector<lldb::ThreadSP> collection; typedef 25 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter> ThreadIterable; 29 ThreadCollection(collection threads); 64 collection m_threads;
|
| HD | PathMappingList.h | 153 typedef std::vector <pair> collection; typedef 154 typedef collection::iterator iterator; 155 typedef collection::const_iterator const_iterator; 163 collection m_pairs;
|
| HD | StackFrameList.h | 135 typedef std::vector<lldb::StackFrameSP> collection; typedef 136 typedef collection::iterator iterator; 137 typedef collection::const_iterator const_iterator; 142 collection m_frames;
|
| HD | QueueList.h | 62 typedef std::vector<lldb::QueueSP> collection; typedef 63 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter> QueueIterable; 132 collection m_queues; ///< The queues for this process.
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueDictionary.cpp | 41 collection::iterator pos, end = m_values.end(); in DumpValue() 88 collection::const_iterator pos, end = m_values.end(); in GetArgs() 356 collection::const_iterator pos = m_values.find (key); in GetValueForKey() 365 collection::const_iterator pos = m_values.find (key); in GetStringValueForKey() 381 collection::const_iterator pos = m_values.find (key); in SetStringValueForKey() 408 collection::const_iterator pos = m_values.find (key); in SetValueForKey() 421 collection::iterator pos = m_values.find (key); in DeleteValueForKey() 435 collection::const_iterator pos, end = m_values.end(); in DeepCopy()
|
| /NextBSD/contrib/atf/atf-c++/ |
| D | macros.hpp | 119 #define ATF_REQUIRE_IN(element, collection) \ argument 120 ATF_REQUIRE((collection).find(element) != (collection).end()) 122 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument 123 ATF_REQUIRE((collection).find(element) == (collection).end())
|