| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/ |
| H A D | shift_right.pass.cpp | 34 Iter it = std::shift_right(Iter(work), Iter(work+n), k); in test() 51 Iter it = std::shift_right(b, e, 0); in test() 61 Iter it = std::shift_right(b, e, 1); in test() 69 Iter it = std::shift_right(b, e, 2); in test() 77 Iter it = std::shift_right(b, e, 6); in test() 87 Iter it = std::shift_right(b, e, std::size(input)); in test() 98 Iter it = std::shift_right(b, e, std::size(input) + 1); in test()
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | XFloat.h | 67 man.shift_right(carry_width); in mul() 83 man.shift_right(exp + 1); in drop_int() 112 rows[0].shift_right(carry_width); in mul()
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | shift_right.h | 31 shift_right(_ForwardIterator __first, _ForwardIterator __last, in shift_right() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | micromips-shift.ll | 32 define i32 @shift_right() nounwind {
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | UInt.h | 201 constexpr void shift_right(size_t s) { in shift_right() function 222 result.shift_right(s); 227 shift_right(s);
|
| /llvm-project-15.0.7/libcxx/test/libcxx/algorithms/ |
| H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 205 (void) std::shift_right(it, it, 0); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/ |
| H A D | robust_against_adl.compile.pass.cpp | 196 (void)std::shift_right(first, last, count); in all_the_algorithms()
|
| H A D | robust_re_difference_type.compile.pass.cpp | 231 (void)std::shift_right(first, last, count); in all_the_algorithms()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bPapers.csv | 49 …0R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","February 20…
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | CMakeLists.txt | 177 __algorithm/shift_right.h
|
| H A D | module.modulemap.in | 422 module shift_right { private header "__algorithm/shift_right.h" }
|
| H A D | algorithm | 1370 shift_right(ForwardIterator first, ForwardIterator last, 1888 #include <__algorithm/shift_right.h>
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 240 "__algorithm/shift_right.h",
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 15 __m128i shift_right(__m128i value, unsigned long offset) {
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1034 SYMBOL(shift_right, std::, <algorithm>)
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2787 goto shift_right; in handleIntIntBinOp() 2822 shift_right: in handleIntIntBinOp()
|