Searched refs:struct_with_uuid (Results 1 – 1 of 1) sorted by relevance
56 struct_with_uuid { }; struct67 struct_with_uuid var_with_uuid[1]; in uuid_sema_test()70 __uuidof(struct_with_uuid); in uuid_sema_test()73 __uuidof(struct_with_uuid*); in uuid_sema_test()75 __uuidof(struct_with_uuid[1]); in uuid_sema_test()76 …__uuidof(struct_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with n… in uuid_sema_test()77 __uuidof(const struct_with_uuid[1][1]); in uuid_sema_test()78 …__uuidof(const struct_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a ty… in uuid_sema_test()105 typedef COM_CLASS_TEMPLATE<struct_with_uuid, &*&__uuidof(struct_with_uuid)> COM_TYPE_1; // expected…106 typedef COM_CLASS_TEMPLATE<struct_with_uuid> COM_TYPE_2;[all …]