Home
last modified time | relevance | path

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

/external/clang/test/Parser/
DMicrosoftExtensions.cpp68 struct_without_uuid var_without_uuid[1]; in uuid_sema_test() local
81 …__uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUI… in uuid_sema_test()
83 …__uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()
85 …__uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.cpp77 struct_without_uuid var_without_uuid[1]; in uuid_sema_test() local
100 …__uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUI… in uuid_sema_test()
102 …__uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()
104 …__uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()