HomeSort by: relevance | last modified time | path
    Searched refs:BinaryOperation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 351 class BinaryOperation : public ExpressionAST {
363 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop,
FileCheck.cpp 373 Expected<ExpressionValue> BinaryOperation::eval() const {
392 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const {
687 return std::make_unique<BinaryOperation>(Expr, EvalBinop, std::move(LeftOp),
757 return std::make_unique<BinaryOperation>(Expr, *OptFunc, std::move(Args[0]),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
numeric_impl.h 300 template <class _ForwardIterator1, class _ForwardIterator2, class BinaryOperation>
303 BinaryOperation __op, /*is_vector=*/std::true_type) noexcept

Completed in 30 milliseconds