Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCModule.cpp31 AtomListTy::iterator I = std::lower_bound(atom_begin(), atom_end(), in map()
55 AtomListTy::iterator I = std::lower_bound(atom_begin(), atom_end(), in remap()
64 AtomListTy::iterator NewI = std::lower_bound(atom_begin(), atom_end(), in remap()
76 AtomListTy::const_iterator I = std::lower_bound(atom_begin(), atom_end(), in findAtomContaining()
113 I = std::lower_bound(BBsByAtom.begin(), BBsByAtom.end(), in splitBasicBlocksForAtom()
124 BBsByAtomTy::iterator I = std::lower_bound(BBsByAtom.begin(), in trackBBForAtom()
DMCRegisterInfo.cpp66 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getDwarfRegNum()
77 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getLLVMRegNum()
/freebsd-10-stable/contrib/gdb/gdb/
Df-valprint.c71 f77_get_dynamic_lowerbound (struct type *type, int *lower_bound) in f77_get_dynamic_lowerbound() argument
82 *lower_bound = in f77_get_dynamic_lowerbound()
89 *lower_bound = DEFAULT_LOWER_BOUND; in f77_get_dynamic_lowerbound()
95 *lower_bound = TYPE_ARRAY_LOWER_BOUND_VALUE (type); in f77_get_dynamic_lowerbound()
110 *lower_bound = read_memory_integer (ptr_to_lower_bound, 4); in f77_get_dynamic_lowerbound()
114 *lower_bound = DEFAULT_LOWER_BOUND; in f77_get_dynamic_lowerbound()
197 int lower_bound = 1; in f77_get_dynamic_length_of_aggregate() local
214 retcode = f77_get_dynamic_lowerbound (type, &lower_bound); in f77_get_dynamic_length_of_aggregate()
225 (upper_bound - lower_bound + 1) * TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type))); in f77_get_dynamic_length_of_aggregate()
Df-typeprint.c159 int upper_bound, lower_bound; in f_type_print_varspec_suffix() local
183 retcode = f77_get_dynamic_lowerbound (type, &lower_bound); in f_type_print_varspec_suffix()
189 else if (lower_bound == 1) /* The default */ in f_type_print_varspec_suffix()
192 fprintf_filtered (stream, "%d", lower_bound); in f_type_print_varspec_suffix()
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
Dov_tree_map_.hpp244 point_iterator it = lower_bound(r_key); in operator []()
265 point_iterator it = lower_bound(r_key); in insert()
279 lower_bound(const_key_reference r_key) in lower_bound() function in pb_ds::detail::PB_DS_OV_TREE_CLASS_NAME
295 lower_bound(const_key_reference r_key) const in lower_bound() function in pb_ds::detail::PB_DS_OV_TREE_CLASS_NAME
296 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); } in lower_bound()
301 iterator pot_it = lower_bound(r_key); in upper_bound()
320 iterator pot_it = lower_bound(r_key); in find()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpointSiteList.cpp209 BreakpointSiteList::FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSite… in FindInRange() argument
211 if (lower_bound > upper_bound) in FindInRange()
216 lower = m_bp_site_list.lower_bound(lower_bound); in FindInRange()
228 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstl_map.h347 iterator __i = lower_bound(__k); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
366 iterator __i = lower_bound(__k); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
375 const_iterator __i = lower_bound(__k); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
583 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
584 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
598 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
599 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_multiset.h435 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
436 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
439 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
440 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_set.h450 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
451 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
454 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
455 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_multimap.h517 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
518 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
532 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
533 { return _M_t.lower_bound(__x); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DRangeMap.h372 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
399 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryThatContains()
427 … typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan); in FindEntryThatContains()
658 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
685 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryThatContains()
713 … typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan); in FindEntryThatContains()
930 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
959 … typename Collection::iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryThatContains()
989 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryThatContains()
1017 … typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan); in FindEntryThatContains()
[all …]
DUniqueCStringMap.h167 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry); in Find()
187 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry); in FindFirstValueForName()
229 for (pos = std::lower_bound (m_map.begin(), end, search_entry); pos != end; ++pos) in GetValues()
329 iterator lower_pos = std::lower_bound (begin, end, search_entry); in Erase()
DThreadSafeSTLMap.h129 const_iterator pos = m_collection.lower_bound (key); in LowerBoundNoLock()
147 return m_collection.lower_bound (key); in lower_bound_unsafe()
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dfind_fn_imps.hpp166 lower_bound(const_key_reference r_key) in lower_bound() function in PB_DS_CLASS_C_DEC
172 lower_bound(const_key_reference r_key) const in lower_bound() function in PB_DS_CLASS_C_DEC
182 point_iterator l_bound_it = lower_bound(r_key); in upper_bound()
200 const_point_iterator l_bound_it = lower_bound(r_key); in upper_bound()
/freebsd-10-stable/contrib/ntp/scripts/
Dplot_summary.in108 my ($lower_bound, $upper_bound, $rms);
133 $lower_bound = $1 - $2;
135 $line .= "$1 $lower_bound $upper_bound";
136 $min_offs = min($min_offs, $lower_bound);
/freebsd-10-stable/contrib/libc++/include/
Dset145 iterator lower_bound(const key_type& k);
146 const_iterator lower_bound(const key_type& k) const;
148 iterator lower_bound(const K& x); // C++14
150 const_iterator lower_bound(const K& x) const; // C++14
324 iterator lower_bound(const key_type& k);
325 const_iterator lower_bound(const key_type& k) const;
327 iterator lower_bound(const K& x); // C++14
329 const_iterator lower_bound(const K& x) const; // C++14
673 iterator lower_bound(const key_type& __k)
674 {return __tree_.lower_bound(__k);}
[all …]
/freebsd-10-stable/contrib/libstdc++/include/debug/
Dmultiset.h226 lower_bound(const key_type& __x) in lower_bound() function
227 { return iterator(_Base::lower_bound(__x), this); } in lower_bound()
232 lower_bound(const key_type& __x) const in lower_bound() function
233 { return const_iterator(_Base::lower_bound(__x), this); } in lower_bound()
Dset.h231 lower_bound(const key_type& __x) in lower_bound() function
232 { return iterator(_Base::lower_bound(__x), this); } in lower_bound()
237 lower_bound(const key_type& __x) const in lower_bound() function
238 { return const_iterator(_Base::lower_bound(__x), this); } in lower_bound()
Dmap.h237 lower_bound(const key_type& __x) in lower_bound() function
238 { return iterator(_Base::lower_bound(__x), this); } in lower_bound()
241 lower_bound(const key_type& __x) const in lower_bound() function
242 { return const_iterator(_Base::lower_bound(__x), this); } in lower_bound()
Dmultimap.h224 lower_bound(const key_type& __x) in lower_bound() function
225 { return iterator(_Base::lower_bound(__x), this); } in lower_bound()
228 lower_bound(const key_type& __x) const in lower_bound() function
229 { return const_iterator(_Base::lower_bound(__x), this); } in lower_bound()
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
Dfind_fn_imps.hpp50 lower_bound(const_key_reference r_key) const in lower_bound() function in PB_DS_CLASS_C_DEC
73 lower_bound(const_key_reference r_key) in lower_bound() function in PB_DS_CLASS_C_DEC
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DSequenceToOffsetTable.h71 typename SeqMap::iterator I = Seqs.lower_bound(Seq); in add()
102 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq); in get()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective()
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in findConditionalDirectiveRegionLoc()
/freebsd-10-stable/contrib/libc++/src/
Dregex.cpp250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name()
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DSectionLoadHistory.cpp74 … StopIDToSectionLoadList::iterator pos = m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID()
92 … StopIDToSectionLoadList::iterator pos = m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID()

12345