Home
last modified time | relevance | path

Searched refs:__ptr32 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Sema/
DMicrosoftExtensions.c144 void ptr_func(int * __ptr32 i) {} // expected-note {{previous definition is here}} in ptr_func()
148 void ptr_func2(int * __sptr __ptr32 i) {} // expected-note {{previous definition is here}} in ptr_func2()
149 void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{redefinition of 'ptr_func2'}} in ptr_func2()
151 int * __sptr __ptr32 __sptr wrong4; // expected-warning {{attribute '__sptr' is already applied}}
153 __ptr32 int *wrong5; // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
155 int *wrong6 __ptr32; // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
157 int * __ptr32 __ptr64 wrong7; // expected-error {{'__ptr32' and '__ptr64' attributes are not compa…
159 int * __ptr32 __ptr32 wrong8; // expected-warning {{attribute '__ptr32' is already applied}}
161 int *(__ptr32 __sptr wrong9); // expected-error {{'__sptr' attribute only applies to pointer argume…
164 T __ptr32 wrong10; // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
Dattr-print.c17 int * __ptr32 p32;
25 int * __uptr __ptr32 p32_2;
31 int * __uptr __ptr32 p32_3;
34 int * __sptr * __ptr32 ppsp32;
/external/clang/test/Parser/
DMicrosoftExtensions.c15 void * __ptr32 PtrToPtr32(const void *p) { in PtrToPtr32()
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
87 int * __ptr32 __sptr psp32;
88 int * __ptr32 __uptr pup32;
93 int * __sptr * __ptr32 ppsp32;
96 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ig…
DMicrosoftExtensions.cpp372 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ig…
/external/clang/include/clang/Basic/
DTokenKinds.def590 KEYWORD(__ptr32 , KEYMS)
DAttr.td2119 let Spellings = [Keyword<"__ptr32">];