chromium/v8/test/cctest/compiler/test-operator.cc

// Copyright 2013 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <memory>
#include <sstream>

#include "src/compiler/operator.h"
#include "test/cctest/cctest.h"

namespace v8 {
namespace internal {
namespace compiler {

#define NONE
#define FOLD


TEST(TestOperator_Mnemonic) {}


TEST(TestOperator_Hash) {}


TEST(TestOperator_Equals) {}

static std::unique_ptr<char[]> OperatorToString(Operator* op) {}


TEST(TestOperator_Print) {}


TEST(TestOperator1int_Hash) {}


TEST(TestOperator1int_Equals) {}


TEST(TestOperator1int_Print) {}


TEST(TestOperator1double_Hash) {}


TEST(TestOperator1doublePrint) {}


TEST(TestOperator1double_Equals) {}


TEST(TestOpParameter_Operator1double) {}


TEST(TestOpParameter_Operator1float) {}


TEST(TestOpParameter_Operator1int) {}


TEST(Operator_CountsOrder) {}

#undef NONE
#undef FOLD

}  // namespace compiler
}  // namespace internal
}  // namespace v8