Lines Matching defs:Attributes
1 //===- llvm/unittest/IR/AttributesTest.cpp - Attributes unit tests --------===//
9 #include "llvm/IR/Attributes.h"
25 TEST(Attributes, Uniquing) {
40 TEST(Attributes, Ordering) {
68 TEST(Attributes, AddAttributes) {
82 TEST(Attributes, RemoveAlign) {
152 TEST(Attributes, AddMatchingAlignAttr) {
169 TEST(Attributes, EmptyGet) {
176 TEST(Attributes, OverflowGet) {
185 TEST(Attributes, StringRepresentation) {
197 TEST(Attributes, HasParentContext) {
230 TEST(Attributes, AttributeListPrinting) {
264 TEST(Attributes, MismatchedABIAttrs) {
304 TEST(Attributes, RemoveParamAttributes) {
317 TEST(Attributes, ConstantRangeAttributeCAPI) {
347 TEST(Attributes, CalleeAttributes) {
393 TEST(Attributes, SetIntersect) {
541 TEST(Attributes, SetIntersectByValAlign) {
612 TEST(Attributes, ListIntersectDifferingMustPreserve) {
644 TEST(Attributes, ListIntersect) {