Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp
H A DBreakpointLocationCollection.cpp36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove()
60 BreakpointLocationCollection::collection::iterator
69 BreakpointLocationCollection::collection::const_iterator
82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair()
92 collection::const_iterator pos = in FindByIDPair()
141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread()
153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal()
170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription()
H A DBreakpointLocationList.cpp70 collection::const_iterator end = m_locations.end(); in FindByID()
71 collection::const_iterator pos = in FindByID()
83 collection::iterator pos, end = m_locations.end(); in FindInModule()
129 collection::const_iterator pos, end = m_locations.end(); in Dump()
155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites()
162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites()
173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount()
188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations()
199 collection::iterator pos, end = m_locations.end(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp116 collection::iterator signal = m_signals.find(signo); in AddSignalCode()
125 collection::iterator pos = m_signals.find(signo); in AddSignalCode()
145 collection::const_iterator pos = m_signals.find(signo); in GetSignalDescription()
201 collection::const_iterator pos, end = m_signals.end();
223 collection::const_iterator pos = m_signals.find(current_signal); in GetFirstSignalNumber()
224 collection::const_iterator end = m_signals.end(); in GetFirstSignalNumber()
250 collection::const_iterator pos = m_signals.find(signo); in GetSignalInfo()
257 collection::iterator pos = m_signals.find(signo); in GetShouldSuppress()
274 collection::const_iterator pos = m_signals.find(signo); in SetShouldSuppress()
281 collection in GetShouldStop()
[all...]
H A DThreadList.cpp238 collection threads_copy; in ShouldStop()
269 collection::iterator pos, end = threads_copy.end(); in ShouldStop()
380 collection::iterator pos, end = m_threads.end(); in ShouldReportStop()
428 collection::iterator pos, end = m_threads.end(); in SetShouldReportStop()
441 collection::iterator pos, end = m_threads.end(); in ShouldReportRun()
496 collection::iterator pos, end = m_threads.end(); in RefreshStateAfterStop()
506 collection::iterator pos, end = m_threads.end(); in DiscardThreadPlans()
519 collection::iterator pos, end = m_threads.end(); in WillResume()
656 collection::iterator pos, end = m_threads.end(); in DidResume()
668 collection::iterator pos, end = m_threads.end(); in DidStop()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef
42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
53 typedef collection::iterator iterator;
54 typedef collection::const_iterator const_iterator;
56 collection m_types;
H A DTypeMap.h46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef
47 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
59 typedef collection::iterator iterator;
60 typedef collection::const_iterator const_iterator;
62 collection m_types;
H A DUnwindTable.h71 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection; typedef
72 typedef collection::iterator iterator;
73 typedef collection::const_iterator const_iterator;
76 collection m_unwinds;
H A DVariableList.h19 typedef std::vector<lldb::VariableSP> collection; typedef
70 typedef collection::iterator iterator;
71 typedef collection::const_iterator const_iterator;
83 collection m_variables;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef
157 collection::iterator GetIDPairIterator(lldb::break_id_t break_id,
160 collection::const_iterator
164 collection m_break_loc_collection;
168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
H A DBreakpointSiteList.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp60 collection::const_iterator pos; in operator ==()
61 collection::const_iterator begin = m_entries.begin(); in operator ==()
62 collection::const_iterator end = m_entries.end(); in operator ==()
64 collection::const_iterator rhs_pos; in operator ==()
65 collection::const_iterator rhs_begin = rhs.m_entries.begin(); in operator ==()
H A DUniqueDWARFASTType.h74 typedef std::vector<UniqueDWARFASTType> collection; typedef
75 collection m_collection;
92 collection::iterator pos = m_collection.find(unique_name_cstr); in Find()
101 typedef llvm::DenseMap<const char *, UniqueDWARFASTTypeList> collection; typedef
102 collection m_collection;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h22 typedef std::vector<lldb::ThreadSP> collection; typedef
23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
29 ThreadCollection(collection threads);
53 collection m_threads;
H A DStackFrameList.h127 typedef std::vector<lldb::StackFrameSP> collection; typedef
128 typedef collection::iterator iterator;
129 typedef collection::const_iterator const_iterator;
149 collection m_frames;
H A DQueueList.h50 typedef std::vector<lldb::QueueSP> collection; typedef
51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
101 collection m_queues; ///< The queues for this process.
H A DPathMappingList.h147 typedef std::vector<pair> collection; typedef
148 typedef collection::iterator iterator;
149 typedef collection::const_iterator const_iterator;
155 collection m_pairs;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef
30 typedef collection::const_iterator const_iterator;
78 collection m_files; ///< A collection of FileSpec objects.
87 typedef std::vector<FileSpec> collection; typedef
88 typedef collection::const_iterator const_iterator;
246 collection m_files; ///< A collection of FileSpec objects.
H A DVMRange.h25 typedef std::vector<VMRange> collection; typedef
26 typedef collection::iterator iterator;
27 typedef collection::const_iterator const_iterator;
84 static bool ContainsValue(const VMRange::collection &coll,
87 static bool ContainsRange(const VMRange::collection &coll,
H A DStringList.h27 typedef std::vector<std::string> collection; typedef
60 typedef collection::iterator iterator;
61 typedef collection::const_iterator const_iterator;
133 collection m_strings;
H A DStreamTee.h61 collection::iterator pos, end; in Flush()
107 typedef std::vector<lldb::StreamSP> collection; typedef
109 collection m_streams;
117 collection::iterator pos, end; in WriteImpl()
/freebsd/contrib/atf/atf-c++/
H A Dmacros.hpp119 #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())
H A Dutils.hpp52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection() argument
54 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection()
55 iter != collection.end(); ++iter) { in grep_collection()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h506 collection; ///< The module collection type. typedef
512 collection::iterator RemoveImpl(collection::iterator pos,
518 collection m_modules; ///< The collection of modules.
524 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
531 typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
H A DUniqueCStringMap.h35 typedef std::vector<Entry> collection; typedef
36 typedef typename collection::iterator iterator;
37 typedef typename collection::const_iterator const_iterator;
191 collection temp(m_map.begin(), m_map.end()); in SizeToFit()
240 collection m_map;

12345678