Home
last modified time | relevance | path

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

/freebsd/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 Dalgorithm183 … F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {}); // since C++20
191 … F binary_op, Proj1 proj1 = {}, Proj2 proj2 = {}); // since C++20
1364 OutputIterator result, BinaryOperation binary_op);
/freebsd/usr.bin/indent/
H A Dlexi.c468 code = (state->last_u_d ? unary_op : binary_op); in lexi()
504 code = binary_op; in lexi()
519 code = (state->last_u_d ? unary_op : binary_op); in lexi()
528 code = binary_op; in lexi()
574 code = (state->last_u_d ? unary_op : binary_op); in lexi()
H A Dindent_codes.h42 #define binary_op 5 macro
H A Dindent.c680 case binary_op: /* any binary operation */ in main()