OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__ptr32
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
MicrosoftExtensions.c
138
void ptr_func(int *
__ptr32
i) {} // expected-note {{previous definition is here}}
142
void ptr_func2(int * __sptr
__ptr32
i) {} // expected-note {{previous definition is here}}
143
void ptr_func2(int * __uptr
__ptr32
i) {} // expected-error {{redefinition of 'ptr_func2'}}
145
int * __sptr
__ptr32
__sptr wrong4; // expected-warning {{attribute '__sptr' is already applied}}
147
__ptr32
int *wrong5; // expected-error {{'
__ptr32
' attribute only applies to pointer arguments}}
149
int *wrong6
__ptr32
; // expected-error {{expected ';' after top level declarator}} expected-warning {{declaration does not declare anything}}
variable
151
int *
__ptr32
__ptr64 wrong7; // expected-error {{'
__ptr32
' and '__ptr64' attributes are not compatible}}
153
int *
__ptr32
__ptr32 wrong8; // expected-warning {{attribute '__ptr32' is already applied}
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h
252
#define
__ptr32
macro
Completed in 195 milliseconds