Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dbinary_search.h40 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, _Compare __co… in binary_search() function
50 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_) in binary_search() function
52 return _VSTD::binary_search(__first, __last, __value_, in binary_search()
/freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h65 return std::binary_search(Ranges.begin(), Ranges.end(), C); in contains()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp33 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), CallSym, in isF128SoftLibCall()
H A DMips16ISelLowering.cpp430 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
473 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
H A DMips16HardFloat.cpp371 return std::binary_search(std::begin(IntrinsicInline), in isIntrinsicInline()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h297 return !std::binary_search(AnalyzerConfigCmdFlags.begin(), in isUnknownAnalyzerConfig()
/freebsd-13.1/contrib/nvi/ex/
H A Dex_tag.c35 static char *binary_search(char *, char *, char *);
1052 front = binary_search(tname, front, back); in ctag_sfile()
1237 binary_search(char *string, char *front, char *back) in binary_search() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dalgorithm421 binary_search(ForwardIterator first, ForwardIterator last, const T& value);
425 binary_search(ForwardIterator first, ForwardIterator last, const T& value, Compare comp);
666 #include <__algorithm/binary_search.h>
H A Dmodule.modulemap225 module binary_search { private header "__algorithm/binary_search.h" }
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp277 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
H A DVerifyDiagnosticConsumer.cpp479 if (!std::binary_search(Prefixes.begin(), Prefixes.end(), DToken)) in ParseDirective()
/freebsd-13.1/lib/libc++/
H A DMakefile249 ALG_HEADERS+= binary_search.h
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp526 if (std::binary_search(II->UniqFeatureSet.begin(), in RunOne()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp924 return std::binary_search(ArgumentAttributes.begin(), in isParamImmArg()
H A DCodeGenRegisters.cpp854 return std::binary_search(Members.begin(), Members.end(), Reg, in contains()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure-indexes224 item info = binary_search(page.data, offset)
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp518 return !std::binary_search(CoveredFiles.begin(), CoveredFiles.end(), SF); in removeUnmappedInputs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h251 return std::binary_search(Nodes.begin(), Nodes.begin() + NumHeaders, in isHeader()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp169 if (std::binary_search(std::begin(ReservedMacro), std::end(ReservedMacro), in shouldWarnOnMacroDef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2197 std::binary_search(std::begin(FoundationIdentifiers), in guessIsObjC()
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3824 OLD_FILES+=usr/include/c++/v1/__algorithm/binary_search.h