Home
last modified time | relevance | path

Searched refs:binary_search (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/usr.bin/look/
H A Dlook.c85 static char *binary_search(wchar_t *, unsigned char *, unsigned char *);
203 front = binary_search(string, front, back); in look()
254 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h69 return std::binary_search(Ranges.begin(), Ranges.end(), C); in contains()
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dalgo.h106 using std::binary_search;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h258 return !std::binary_search(AnalyzerConfigCmdFlags.begin(), in isUnknownAnalyzerConfig()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCCState.cpp35 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), in isF128SoftLibCall()
H A DMips16ISelLowering.cpp437 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
481 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
H A DMips16HardFloat.cpp372 return std::binary_search(std::begin(IntrinsicInline), in isIntrinsicInline()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_tag.c39 static char *binary_search(char *, char *, char *);
1058 front = binary_search(tname, front, back); in ctag_sfile()
1244 binary_search(char *string, char *front, char *back) in binary_search() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp278 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
H A DVerifyDiagnosticConsumer.cpp429 if (!std::binary_search(Prefixes.begin(), Prefixes.end(), DToken)) in ParseDirective()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp464 if (std::binary_search(II->UniqFeatureSet.begin(), in RunOne()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure-indexes224 item info = binary_search(page.data, offset)
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp435 return !std::binary_search(CoveredFiles.begin(), CoveredFiles.end(), in removeUnmappedInputs()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h247 return std::binary_search(Nodes.begin(), Nodes.begin() + NumHeaders,
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm412 binary_search(ForwardIterator first, ForwardIterator last, const T& value);
416 binary_search(ForwardIterator first, ForwardIterator last, const T& value, Compare comp);
4233 // binary_search
4247 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, _Compare __co…
4262 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_)
4264 return _VSTD::binary_search(__first, __last, __value_,
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_algo.h4228 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function
4260 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp853 return std::binary_search(Members.begin(), Members.end(), Reg, in contains()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1602 std::binary_search(std::begin(FoundationIdentifiers), in guessIsObjC()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005526 (binary_search): Remove redundant _BinaryPredicateConcept<_Compare,
540 upper_bound, equal_range, binary_search): Fix concept checks.
3024 * testsuite/25_algorithms/binary_search/1.cc: New.
3025 * testsuite/25_algorithms/binary_search/check_type.cc: New.
H A DChangeLog-20012329 * testsuite/25_algorithms/binary_search.cc: Likewise.
2505 * testsuite/25_algorithms/binary_search.cc: Same.
H A DChangeLog-20025553 * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):