/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/ |
H A D | shift_left.pass.cpp | 34 Iter it = std::shift_left(Iter(work), Iter(work+n), k); in test() 51 Iter it = std::shift_left(b, e, 0); in test() 62 Iter it = std::shift_left(b, e, 1); in test() 70 Iter it = std::shift_left(b, e, 2); in test() 78 Iter it = std::shift_left(b, e, 6); in test() 88 Iter it = std::shift_left(b, e, std::size(input)); in test() 99 Iter it = std::shift_left(b, e, std::size(input) + 1); in test()
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | shift_left.h | 29 shift_left(_ForwardIterator __first, in shift_left() function
|
/llvm-project/llvm/test/CodeGen/Mips/ |
H A D | micromips-shift.ll | 11 define i32 @shift_left() nounwind {
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | dyadic_float.h | 76 LIBC_INLINE constexpr DyadicFloat &shift_left(unsigned shift_length) { 460 result.shift_left(1); 70 LIBC_INLINE constexpr DyadicFloat &shift_left(int shift_length) { shift_left() function
|
/llvm-project/libcxx/docs/Status/ |
H A D | RangesAlgorithms.csv |
|
H A D | Cxx23Papers.csv | 49 "`P2440R1 <https://wg21.link/P2440R1>`__","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","2022-02 (Virtual)","","",""
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
H A D | use-ranges.rst | 91 ``std::shift_left``,
|
/llvm-project/libcxx/modules/std/ |
H A D | algorithm.inc | 355 using std::shift_left; 358 // using std::ranges::shift_left;
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 209 (void) std::shift_left(it, it, 0); in test()
|
/llvm-project/libcxx/test/std/algorithms/ |
H A D | robust_against_adl.compile.pass.cpp | 198 (void)std::shift_left(first, last, count); in all_the_algorithms()
|
H A D | robust_re_difference_type.compile.pass.cpp | 236 (void)std::shift_left(first, last, count); in all_the_algorithms()
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 922 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in EnableHardwareWatchpoint() 924 shift_left; // shift anything above the msbit off of the unsigned edge in EnableHardwareWatchpoint() 925 value >>= shift_left + lsbit; // shift it back again down to the lsbit in EnableHardwareWatchpoint() 697 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; bits() local
|
/llvm-project/libcxx/include/ |
H A D | CMakeLists.txt | 188 __algorithm/shift_left.h 1250 __cxx03/__algorithm/shift_left.h
|
H A D | algorithm | 1477 shift_left(ForwardIterator first, ForwardIterator last, 2021 # include <__algorithm/shift_left.h>
|
H A D | module.modulemap | 814 module shift_left { header "__algorithm/shift_left.h" }
|
/llvm-project/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 260 "__algorithm/shift_left.h", 593 "__cxx03/__algorithm/shift_left.h",
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 1385 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; 1387 shift_left; // shift anything above the msbit off of the unsigned edge 1388 value >>= shift_left + lsbit; // shift it back again down to the lsbit
|
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2673 SYMBOL(shift_left, std::, <algorithm>) 3817 SYMBOL(shift_left, std::ranges::, <algorithm>)
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2984 shift_left: in handleCompareOpForVectorHelper() 3024 goto shift_left;
|