Home
last modified time | relevance | path

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

/external/clang/test/Sema/
DMicrosoftExtensions.c138 void ptr_func(int * __ptr32 i) {} // expected-note {{previous definition is here}} in ptr_func()
142 void ptr_func2(int * __sptr __ptr32 i) {} // expected-note {{previous definition is here}} in ptr_func2()
143 void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{redefinition of 'ptr_func2'}} in 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-warnin… variable
151 int * __ptr32 __ptr64 wrong7; // expected-error {{'__ptr32' and '__ptr64' attributes are not compa…
153 int * __ptr32 __ptr32 wrong8; // expected-warning {{attribute '__ptr32' is already applied}}
155 int *(__ptr32 __sptr wrong9); // expected-error {{'__sptr' attribute only applies to pointer argume…
158 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()
81 int * __ptr32 __sptr psp32;
82 int * __ptr32 __uptr pup32;
87 int * __sptr * __ptr32 ppsp32;
90 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.def540 KEYWORD(__ptr32 , KEYMS)
DAttr.td1824 let Spellings = [Keyword<"__ptr32">];