Searched defs:accumulate (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxx/include/__numeric/ |
H A D | accumulate.h | 27 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) { in accumulate() function 39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)… in accumulate() function
|
/llvm-project/clang/test/CodeGenCoroutines/Inputs/ |
H A D | numeric.h | 5 T accumulate(InputIterator first, InputIterator last, T init) { in accumulate() function
|
/llvm-project/libc/src/__support/ |
H A D | integer_literals.h | 44 LIBC_INLINE constexpr T accumulate(int base, const uint8_t *digits, accumulate() function
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/ |
H A D | lcm.pass.cpp | 57 bool accumulate = true; in do_test() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRegUnits.cpp | 69 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/ |
H A D | gcd.pass.cpp | 133 accumulate &= test0<S2, S1, Output>(TC.x, -TC.y, TC.expect); in do_test() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | fold-init-type.cpp | 5 T accumulate(InputIt first, InputIt last, T init) { in accumulate() function
|