Searched refs:UdtKindTest (Results 1 – 4 of 4) sorted by relevance
38 namespace UdtKindTest { namespace59 UdtKindTest::A v3; in main()60 UdtKindTest::B v4; in main()61 UdtKindTest::C v5; in main()
45 ; UDT_KIND_TEST-DAG: union UdtKindTest::C {}46 ; UDT_KIND_TEST-DAG: class UdtKindTest::B {}47 ; UDT_KIND_TEST-DAG: struct UdtKindTest::A {}
44 ; UDT_KIND_TEST-DAG: union UdtKindTest::C [sizeof = 1] {}45 ; UDT_KIND_TEST-DAG: class UdtKindTest::B [sizeof = 1] {}46 ; UDT_KIND_TEST-DAG: struct UdtKindTest::A [sizeof = 1] {}