llvm/llvm/unittests/ADT/FloatingPointMode.cpp

//===- llvm/unittest/ADT/FloatingPointMode.cpp ----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/ADT/FloatingPointMode.h"
#include "gtest/gtest.h"

usingnamespacellvm;

namespace {

TEST(FloatingPointModeTest, ParseDenormalFPAttributeComponent) {}

TEST(FloatingPointModeTest, DenormalAttributeName) {}

TEST(FloatingPointModeTest, ParseDenormalFPAttribute) {}

TEST(FloatingPointModeTest, RenderDenormalFPAttribute) {}

TEST(FloatingPointModeTest, DenormalModeIsSimple) {}

TEST(FloatingPointModeTest, DenormalModeIsValid) {}

TEST(FloatingPointModeTest, DenormalModeConstructor) {}

TEST(FloatingPointModeTest, DenormalModeMerge) {}

TEST(FloatingPointModeTest, DenormalModePredicates) {}
}