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

  /external/clang/test/Sema/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 248 #define __ptr32 macro

Completed in 206 milliseconds