Lines Matching defs:small
49 // PATTERN-O0: @__const.test_small_uninit.uninit = private unnamed_addr constant %struct.small { i8 [[I8]] }, align 1
50 // PATTERN-O0: @__const.test_small_custom.custom = private unnamed_addr constant %struct.small { i8 42 }, align 1
51 // ZERO-O0: @__const.test_small_custom.custom = private unnamed_addr constant %struct.small { i8 42 }, align 1
55 struct small { char c; };
587 TEST_UNINIT(small, small);
589 // CHECK: %uninit = alloca %struct.small, align
598 TEST_BRACES(small, small);
600 // CHECK: %braces = alloca %struct.small, align [[ALIGN:[0-9]*]]
605 TEST_CUSTOM(small, small, { 42 });
607 // CHECK: %custom = alloca %struct.small, align