| /llvm-project-15.0.7/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-15.0.7/libc/src/__support/FPUtil/ |
| H A D | XFloat.h | 82 man.shift_left(exp + 1); in drop_int() 102 rows[r].shift_left(r * 64); in mul() 121 rows[0].shift_left(1); in mul() 173 man.shift_left(1); in normalize()
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | UInt.h | 147 r2.shift_left(32); in mul() 160 row_result.shift_left(64 * i); 171 constexpr void shift_left(size_t s) { in shift_left() function 192 result.shift_left(s); 197 shift_left(s);
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | shift_left.h | 28 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
|
| /llvm-project-15.0.7/libc/src/math/generic/ |
| H A D | dp_trig.cpp | 42 man4.shift_left(bit_drop); in mod_impl()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | micromips-shift.ll | 11 define i32 @shift_left() nounwind {
|
| /llvm-project-15.0.7/libcxx/test/libcxx/algorithms/ |
| H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 204 (void) std::shift_left(it, it, 0); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/ |
| H A D | robust_against_adl.compile.pass.cpp | 195 (void)std::shift_left(first, last, count); in all_the_algorithms()
|
| H A D | robust_re_difference_type.compile.pass.cpp | 230 (void)std::shift_left(first, last, count); in all_the_algorithms()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 649 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local 651 shift_left; // shift anything above the msbit off of the unsigned edge in bits() 652 value >>= shift_left + lsbit; // shift it back again down to the lsbit in bits()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 800 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local 802 shift_left; // shift anything above the msbit off of the unsigned edge in bits() 803 value >>= (shift_left + lsbit); // shift it back again down to the lsbit in bits()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bPapers.csv | 49 "`P2440R1 <https://wg21.link/P2440R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ran…
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | CMakeLists.txt | 176 __algorithm/shift_left.h
|
| H A D | module.modulemap.in | 421 module shift_left { private header "__algorithm/shift_left.h" }
|
| H A D | algorithm | 1365 shift_left(ForwardIterator first, ForwardIterator last, 1887 #include <__algorithm/shift_left.h>
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 239 "__algorithm/shift_left.h",
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1033 SYMBOL(shift_left, std::, <algorithm>)
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2789 shift_left: in handleIntIntBinOp() 2820 goto shift_left; in handleIntIntBinOp()
|