HomeSort by relevance Sort by last modified time
    Searched refs:__ptr32 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
attr-print.c 16 // CHECK: int * __ptr32 p32;
17 int * __ptr32 p32;
24 // CHECK: int * __ptr32 __uptr p32_2;
25 int * __uptr __ptr32 p32_2;
30 // CHECK: int * __ptr32 __uptr p32_3;
31 int * __uptr __ptr32 p32_3;
33 // CHECK: int * __sptr * __ptr32 ppsp32;
34 int * __sptr * __ptr32 ppsp32;
MicrosoftExtensions.c 144 void ptr_func(int * __ptr32 i) {} // expected-note {{previous definition is here}}
148 void ptr_func2(int * __sptr __ptr32 i) {} // expected-note {{previous definition is here}}
149 void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{redefinition of '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-warning {{declaration does not declare anything}} variable
157 int * __ptr32 __ptr64 wrong7; // expected-error {{'__ptr32' and '__ptr64' attributes are not compatible}}
159 int * __ptr32 __ptr32 wrong8; // expected-warning {{attribute '__ptr32' is already applied}
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 15 void * __ptr32 PtrToPtr32(const void *p) {
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p );
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 ignored_quals1; // expected-warning {{qualifiers after comma in declarator list are ignored}}
MicrosoftExtensions.cpp 372 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ignored_quals1; // expected-warning {{qualifiers after comma in declarator list are ignored}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 248 #define __ptr32 macro

Completed in 563 milliseconds