#include "llvm/IR/Attributes.h"
#include "llvm-c/Core.h"
#include "llvm/ADT/FloatingPointMode.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/AttributeMask.h"
#include "llvm/IR/ConstantRange.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h"
usingnamespacellvm;
namespace {
TEST(Attributes, Uniquing) { … }
TEST(Attributes, Ordering) { … }
TEST(Attributes, AddAttributes) { … }
TEST(Attributes, RemoveAlign) { … }
TEST(Attributes, AddMatchingAlignAttr) { … }
TEST(Attributes, EmptyGet) { … }
TEST(Attributes, OverflowGet) { … }
TEST(Attributes, StringRepresentation) { … }
TEST(Attributes, HasParentContext) { … }
TEST(Attributes, AttributeListPrinting) { … }
TEST(Attributes, MismatchedABIAttrs) { … }
TEST(Attributes, RemoveParamAttributes) { … }
TEST(Attributes, ConstantRangeAttributeCAPI) { … }
TEST(Attributes, CalleeAttributes) { … }
TEST(Attributes, SetIntersect) { … }
TEST(Attributes, SetIntersectByValAlign) { … }
TEST(Attributes, ListIntersectDifferingMustPreserve) { … }
TEST(Attributes, ListIntersect) { … }
}