Home
last modified time | relevance | path

Searched refs:binary_op (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dnumeric25 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op);
37 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17
63 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
71 …ial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op);
81 OutputIterator result, T init, BinaryOperation binary_op); // C++17
90 OutputIterator result, BinaryOperation binary_op); // C++17
95 OutputIterator result, BinaryOperation binary_op, T init); // C++17
102 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
109 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
116 BinaryOperation binary_op, UnaryOperation unary_op,
[all …]
H A Dalgorithm158 … F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {}); // since C++20
166 … F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {}); // since C++20
1326 OutputIterator result, BinaryOperation binary_op);
/freebsd-14.2/usr.bin/indent/
H A Dlexi.c474 code = (state->last_u_d ? unary_op : binary_op); in lexi()
510 code = binary_op; in lexi()
525 code = (state->last_u_d ? unary_op : binary_op); in lexi()
534 code = binary_op; in lexi()
580 code = (state->last_u_d ? unary_op : binary_op); in lexi()
H A Dindent_codes.h44 #define binary_op 5 macro
H A Dindent.c687 case binary_op: /* any binary operation */ in main()