Searched refs:enum_with_uuid (Results 1 – 1 of 1) sorted by relevance
77 enum_with_uuid { }; enum98 __uuidof(enum_with_uuid); in uuid_sema_test()100 __uuidof(enum_with_uuid*); in uuid_sema_test()102 __uuidof(enum_with_uuid[1]); in uuid_sema_test()103 …__uuidof(enum_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()104 __uuidof(const enum_with_uuid[1][1]); in uuid_sema_test()105 …__uuidof(const enum_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a type… in uuid_sema_test()