OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:struct_without_uuid
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Parser/
MicrosoftExtensions.cpp
57
struct
struct_without_uuid
{ };
struct
68
struct_without_uuid
var_without_uuid[1];
72
__uuidof(
struct_without_uuid
); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
74
__uuidof(
struct_without_uuid
*); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
Completed in 240 milliseconds