/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 141 typedef llvm::SmallVector<Entry, N> Collection; typedef 224 typename Collection::const_iterator pos, end, prev; in IsSorted() 226 // don't end up allocating and making a new collection for no reason in IsSorted() 247 // We can combine at least one entry, then we make a new collection and in CombineConsecutiveRanges() 250 Collection minimal_ranges(m_entries.begin(), pos); in CombineConsecutiveRanges() 284 typename Collection::iterator pos, end; in Slide() 291 void Reserve(typename Collection::size_type size) { m_entries.reserve(size); } in Reserve() 322 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() 323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() 324 typename Collection in FindEntryIndexThatContains() 445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; global() typedef 741 typedef llvm::SmallVector<Entry, N> Collection; global() typedef [all...] |
H A D | FileSpecList.h | 29 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. 82 /// A file collection class. 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 D | StreamTee.h | 61 collection::iterator pos, end; in Flush() 63 // Allow for our collection to contain NULL streams. This allows the in Flush() 107 typedef std::vector<lldb::StreamSP> collection; typedef 109 collection m_streams; 117 collection::iterator pos, end; in WriteImpl() 119 // Allow for our collection to contain NULL streams. This allows the in WriteImpl()
|
H A D | VMRange.h | 25 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,
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSiteList.cpp |
|
H A D | BreakpointLocationCollection.cpp | 36 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 D | BreakpointLocationList.cpp | 70 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/sys/contrib/dev/iwlwifi/fw/ |
H A D | error-dump.h | 152 * if the dump collection was not initiated by an assert, the value is 0 154 * if the dump collection was not initiated by an assert, the value is 0 382 * @time_point: time point that caused the dump collection 516 * @FW_DBG_TRIGGER_USER: trigger log collection by user 520 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts 521 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are 523 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch. 524 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a 526 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event. 527 * @FW_DBG_TRIGGER_STATS: trigger log collection upo [all...] |
/freebsd/contrib/atf/atf-c++/ |
H A D | utils.hpp | 50 template< typename Collection > 52 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()
|
H A D | atf-c++.3 | 74 .Fn ATF_REQUIRE_IN "element" "collection" 76 .Fn ATF_REQUIRE_NOT_IN "element" "collection" 119 .Fa "const Collection& collection" 391 takes an element and a collection and validates that the element is present in 392 the collection. 399 takes an element and a collection and validates that the element is not present 400 in the collection. 498 .Fa "const Collection& collection" 504 .Fa collection .
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 99 /// A collection class for Module objects. 101 /// Modules in the module collection class are stored as reference counted 153 /// A shared pointer to a module to add to this collection. 170 /// Replaces the module to the collection. 173 /// A shared pointer to a module to replace in this collection. 213 /// deleted. Also release all memory that might be held by any collection 237 /// An index into this module collection. 251 /// An index into this module collection. 263 /// An index into this module collection. 413 /// A shared pointer to a module to remove from this collection. [all …]
|
H A D | UniqueCStringMap.h | 35 typedef std::vector<Entry> collection; typedef 36 typedef typename collection::iterator iterator; 37 typedef typename collection::const_iterator const_iterator; 52 // The caller is responsible for ensuring that the collection does not change 96 // The caller is responsible for ensuring that the collection does not change 109 // The caller is responsible for ensuring that the collection does not change 191 collection temp(m_map.begin(), m_map.end()); in SizeToFit() 240 collection m_map;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnixSignals.cpp | 116 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...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 129 /// Check whether this collection of breakpoint locations have any 137 /// \b true if the collection contains at least one location that 141 /// Tell whether ALL the breakpoints in the location collection are internal. 155 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,
|
/freebsd/sys/dev/hid/ |
H A D | hidrdesc.h | 37 0xa1, 0x01, /* COLLECTION (Application) */\ 41 0xa1, 0x00, /* COLLECTION (Physical) */\ 101 0xa1, 0x01, /* COLLECTION (Application) */\ 104 0xa1, 0x00, /* COLLECTION (Physical) */\ 129 0xa1, 0x01, /* COLLECTION (Applicaption) */\ 133 0xa1, 0x00, /* COLLECTION (Physical) */\ 188 0xa1, 0x01, /* COLLECTION (Application) */\ 202 0xa1, 0x00, /* COLLECTION (Physical) */\ 215 0xc0, /* END COLLECTION */\ 275 0xc0 /* END COLLECTION */\ [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 84 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 85 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 86 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 87 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 88 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 89 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 90 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 91 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue …
|
/freebsd/contrib/kyua/utils/text/ |
H A D | operations.ipp | 39 /// Concatenates a collection of strings into a single string. 41 /// \param strings The collection of strings to concatenate. If the collection 46 template< typename Collection > 48 utils::text::join(const Collection& strings, const std::string& delimiter) 52 for (typename Collection::const_iterator iter = strings.begin();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeList.h | 41 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 D | TypeMap.h | 46 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;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 53 /// normalized address ranges collection. This class keeps a sorted vector 60 using Collection = SmallVector<T>; 61 Collection Ranges; 76 typename Collection::const_iterator It = find(Addr, Addr + 1); in getRangeThatContains() 83 typename Collection::const_iterator begin() const { return Ranges.begin(); } in begin() 84 typename Collection::const_iterator end() const { return Ranges.end(); } in end() 96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find() 123 Collection::const_iterator insert(AddressRange Range) { in insert() 182 // Store it into the Ranges collection. in insert()
|
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 165 ** entry as dead. This allows the collection of the key, but keeps its 401 ** mark root set and reset all gray lists, to start a new collection 819 ** collection cycle. Return where to continue the traversal or NULL if 1104 ** collection is not incremental, there are no "new white" objects 1215 ** Mark black 'OLD1' objects when starting a new young collection. 1233 ** Finish a young-generation collection. 1245 ** Does a young collection. First, mark 'OLD1' objects. Then does the 1247 ** finish the collection. 1313 ** Set debt for the next minor collection, which will happen when 1325 ** collection. [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.cpp | 60 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 D | UniqueDWARFASTType.h | 74 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 D | ThreadCollection.h | 22 typedef std::vector<lldb::ThreadSP> collection; typedef 23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter, 29 ThreadCollection(collection threads); 53 collection m_threads;
|
/freebsd/contrib/ntp/html/ |
H A D | index.html | 33 …collection began 25 years ago and remains today a work in progress. It has evolved as new features… 55 <dd>Describes the collection of radio clocks used to synchronize primary servers.</dd> 66 …collection may be the best place to start. The <a href="comdex.html">Command Index</a> collection …
|