| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCModule.cpp | 31 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()
|
| D | MCRegisterInfo.cpp | 66 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/ |
| D | f-valprint.c | 71 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()
|
| D | f-typeprint.c | 159 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_/ |
| D | ov_tree_map_.hpp | 244 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/ |
| D | BreakpointSiteList.cpp | 209 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/ |
| D | stl_map.h | 347 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()
|
| D | stl_multiset.h | 435 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()
|
| D | stl_set.h | 450 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()
|
| D | stl_multimap.h | 517 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/ |
| D | RangeMap.h | 372 … 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 …]
|
| D | UniqueCStringMap.h | 167 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()
|
| D | ThreadSafeSTLMap.h | 129 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_/ |
| D | find_fn_imps.hpp | 166 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/ |
| D | plot_summary.in | 108 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/ |
| D | set | 145 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/ |
| D | multiset.h | 226 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()
|
| D | set.h | 231 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()
|
| D | map.h | 237 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()
|
| D | multimap.h | 224 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_/ |
| D | find_fn_imps.hpp | 50 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/ |
| D | SequenceToOffsetTable.h | 71 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/ |
| D | PPConditionalDirectiveRecord.cpp | 30 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/ |
| D | regex.cpp | 250 _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/ |
| D | SectionLoadHistory.cpp | 74 … 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()
|