| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | binary_search.h | 40 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 D | look.c | 85 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 D | UnicodeCharRanges.h | 65 return std::binary_search(Ranges.begin(), Ranges.end(), C); in contains()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 33 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), CallSym, in isF128SoftLibCall()
|
| H A D | Mips16ISelLowering.cpp | 430 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList() 473 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
|
| H A D | Mips16HardFloat.cpp | 371 return std::binary_search(std::begin(IntrinsicInline), in isIntrinsicInline()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 297 return !std::binary_search(AnalyzerConfigCmdFlags.begin(), in isUnknownAnalyzerConfig()
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | ex_tag.c | 35 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 D | algorithm | 421 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 D | module.modulemap | 225 module binary_search { private header "__algorithm/binary_search.h" }
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 277 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
|
| H A D | VerifyDiagnosticConsumer.cpp | 479 if (!std::binary_search(Prefixes.begin(), Prefixes.end(), DToken)) in ParseDirective()
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 249 ALG_HEADERS+= binary_search.h
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 526 if (std::binary_search(II->UniqFeatureSet.begin(), in RunOne()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 924 return std::binary_search(ArgumentAttributes.begin(), in isParamImmArg()
|
| H A D | CodeGenRegisters.cpp | 854 return std::binary_search(Members.begin(), Members.end(), Reg, in contains()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure-indexes | 224 item info = binary_search(page.data, offset)
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 518 return !std::binary_search(CoveredFiles.begin(), CoveredFiles.end(), SF); in removeUnmappedInputs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 251 return std::binary_search(Nodes.begin(), Nodes.begin() + NumHeaders, in isHeader()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 169 if (std::binary_search(std::begin(ReservedMacro), std::end(ReservedMacro), in shouldWarnOnMacroDef()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2197 std::binary_search(std::begin(FoundationIdentifiers), in guessIsObjC()
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3824 OLD_FILES+=usr/include/c++/v1/__algorithm/binary_search.h
|