Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/
H A Dshift_left.pass.cpp34 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 Dshift_left.h29 shift_left(_ForwardIterator __first, in shift_left() function
/llvm-project/llvm/test/CodeGen/Mips/
H A Dmicromips-shift.ll11 define i32 @shift_left() nounwind {
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h76 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 DRangesAlgorithms.csv
H A DCxx23Papers.csv49 "`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 Duse-ranges.rst91 ``std::shift_left``,
/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc355 using std::shift_left;
358 // using std::ranges::shift_left;
/llvm-project/libcxx/test/libcxx/algorithms/
H A Drobust_against_cpp20_hostile_iterators.compile.pass.cpp209 (void) std::shift_left(it, it, 0); in test()
/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp198 (void)std::shift_left(first, last, count); in all_the_algorithms()
H A Drobust_re_difference_type.compile.pass.cpp236 (void)std::shift_left(first, last, count); in all_the_algorithms()
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp922 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 DCMakeLists.txt188 __algorithm/shift_left.h
1250 __cxx03/__algorithm/shift_left.h
H A Dalgorithm1477 shift_left(ForwardIterator first, ForwardIterator last,
2021 # include <__algorithm/shift_left.h>
H A Dmodule.modulemap814 module shift_left { header "__algorithm/shift_left.h" }
/llvm-project/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn260 "__algorithm/shift_left.h",
593 "__cxx03/__algorithm/shift_left.h",
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1385 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 DStdSymbolMap.inc2673 SYMBOL(shift_left, std::, <algorithm>)
3817 SYMBOL(shift_left, std::ranges::, <algorithm>)
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2984 shift_left: in handleCompareOpForVectorHelper()
3024 goto shift_left;