OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrong2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
MicrosoftCompatibility.cpp
10
char * cls::* __uptr
wrong2
= &cls::m; // expected-error {{'__uptr' attribute cannot be used with pointers to members}}
variable
MicrosoftExtensions.c
134
int * __sptr __uptr
wrong2
; // expected-error {{'__sptr' and '__uptr' attributes are not compatible}}
variable
Completed in 48 milliseconds