| /freebsd-12-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-12-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-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointSiteList.cpp | 171 bool BreakpointSiteList::FindInRange(lldb::addr_t lower_bound, in FindInRange() argument 174 if (lower_bound > upper_bound) in FindInRange() 179 lower = m_bp_site_list.lower_bound(lower_bound); in FindInRange() 190 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/ |
| D | lower_bound.h | 52 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, _Compare __comp) in lower_bound() function 62 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_) in lower_bound() function 64 return _VSTD::lower_bound(__first, __last, __value_, in lower_bound()
|
| /freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/TextAPI/ |
| D | InterfaceFile.cpp | 35 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) { in addEntry() 62 auto Iter = lower_bound(ParentUmbrellas, Target_, in addParentUmbrella() 75 auto Iter = lower_bound(UUIDs, Target_, in addUUID() 122 auto Pos = llvm::lower_bound(Documents, Document, in addDocument()
|
| /freebsd-12-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-12-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-12-stable/contrib/llvm-project/libcxx/include/ |
| D | set | 165 iterator lower_bound(const key_type& k); 166 const_iterator lower_bound(const key_type& k) const; 168 iterator lower_bound(const K& x); // C++14 170 const_iterator lower_bound(const K& x) const; // C++14 370 iterator lower_bound(const key_type& k); 371 const_iterator lower_bound(const key_type& k) const; 373 iterator lower_bound(const K& x); // C++14 375 const_iterator lower_bound(const K& x) const; // C++14 819 iterator lower_bound(const key_type& __k) 820 {return __tree_.lower_bound(__k);} [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 149 auto pos = std::lower_bound(begin, end, entry); in Insert() 282 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains() 304 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains() 326 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 532 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 549 auto pos = std::lower_bound(begin, end, Entry(addr, 1), BaseLessThan); in FindEntryStartsAt() 573 std::lower_bound(m_entries.begin(), end, addr, in FindEntryThatContainsOrFollows() 733 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntry()
|
| /freebsd-12-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 | 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()
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| D | CrashReason.cpp | 24 void AppendBounds(std::string &str, lldb::addr_t lower_bound, in AppendBounds() argument 27 if ((unsigned long)addr < lower_bound) in AppendBounds() 34 stream.write_hex(lower_bound); in AppendBounds()
|
| /freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCRegisterInfo.cpp | 75 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getDwarfRegNum() 89 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getLLVMRegNum()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | regex.cpp | 233 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name() 244 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | PPConditionalDirectiveRecord.cpp | 28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in rangeIntersectsConditionalDirective() 57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in findConditionalDirectiveRegionLoc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | SequenceToOffsetTable.h | 125 typename SeqMap::iterator I = Seqs.lower_bound(Seq); in add() 161 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq); in get()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | SectionLoadHistory.cpp | 52 m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID() 70 m_stop_id_to_section_load_list.lower_bound(stop_id); in GetSectionLoadListForStopID()
|