Home
last modified time | relevance | path

Searched refs:BinaryOperation (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dnumeric23 template <class InputIterator, class T, class BinaryOperation>
35 template<class InputIterator, class T, class BinaryOperation>
60 template<class InputIterator, class T, class BinaryOperation, class UnaryOperation>
69 template <class InputIterator, class OutputIterator, class BinaryOperation>
87 template<class InputIterator, class OutputIterator, class BinaryOperation>
90 OutputIterator result, BinaryOperation binary_op); // C++17
98 class BinaryOperation, class UnaryOperation>
105 class BinaryOperation, class UnaryOperation>
112 class BinaryOperation, class UnaryOperation, class T>
116 BinaryOperation binary_op, UnaryOperation unary_op,
[all …]
H A Dalgorithm1323 template <class InputIterator1, class InputIterator2, class OutputIterator, class BinaryOperation>
1326 OutputIterator result, BinaryOperation binary_op);
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h302 class BinaryOperation : public ExpressionAST {
314 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation() function
H A DFileCheck.cpp203 Expected<APInt> BinaryOperation::eval() const { in eval()
242 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat()
531 return std::make_unique<BinaryOperation>(Expr, EvalBinop, std::move(LeftOp), in parseBinop()
601 return std::make_unique<BinaryOperation>(Expr, *OptFunc, std::move(Args[0]), in parseCallExpr()