Home
last modified time | relevance | path

Searched refs:struct_without_uuid (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Parser/
DMicrosoftExtensions.cpp57 struct struct_without_uuid { }; struct
68 struct_without_uuid var_without_uuid[1]; in uuid_sema_test()
72 …__uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()
74 …__uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with n… in uuid_sema_test()
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.cpp58 struct struct_without_uuid { }; struct
77 struct_without_uuid var_without_uuid[1]; in uuid_sema_test()
82 …__uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()
84 …__uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with n… in uuid_sema_test()