HomeSort by relevance Sort by last modified time
    Searched full:__ptr32 (Results 1 - 14 of 14) 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 113 void ptr_func(int * __ptr32 i) {} // expected-note {{previous definition is here}}
117 void ptr_func2(int * __sptr __ptr32 i) {} // expected-note {{previous definition is here}}
118 void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{redefinition of 'ptr_func2'}}
120 int * __sptr __ptr32 __sptr wrong4; // expected-warning {{attribute '__sptr' is already applied}}
122 __ptr32 int *wrong5; // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
124 int *wrong6 __ptr32; // expected-error {{expected ';' after top level declarator}} expected-warning {{declaration does not declare anything}} variable
126 int * __ptr32 __ptr64 wrong7; // expected-error {{'__ptr32' and '__ptr64' attributes are not compatible}}
128 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 );
81 int * __ptr32 __sptr psp32;
82 int * __ptr32 __uptr pup32;
87 int * __sptr * __ptr32 ppsp32;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 252 #define __ptr32 macro
  /external/clang/include/clang/Basic/
TokenKinds.def 532 KEYWORD(__ptr32 , KEYMS)
Attr.td     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
MicrosoftMangle.cpp 202 // FIXME: If we add support for __ptr32/64 qualifiers, then we should push
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 

Completed in 182 milliseconds