OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrong2
(Results
1 - 3
of
3
) 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
112
int * __sptr __uptr
wrong2
; // expected-error {{'__sptr' and '__uptr' attributes are not compatible}}
variable
warn-type-safety.c
12
int
wrong2
(void *buf, MPI_Datatype datatype)
Completed in 151 milliseconds