OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__uptr
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/Sema/
MicrosoftCompatibility.cpp
10
char * cls::*
__uptr
wrong2 = &cls::m; // expected-error {{'
__uptr
' attribute cannot be used with pointers to members}}
transparent-union-pointer.c
5
union wait *
__uptr
;
member in union:__anon18740
attr-print.c
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;
MicrosoftExtensions.c
112
int * __sptr
__uptr
wrong2; // expected-error {{'__sptr' and '
__uptr
' attributes are not compatible}}
121
void ptr_func2(int *
__uptr
__ptr32 i) {} // expected-error {{redefinition of 'ptr_func2'}}
/external/clang/test/Parser/
MicrosoftExtensions.c
110
int *
__uptr
pup;
113
int * __ptr32
__uptr
pup32;
115
int *
__uptr
__ptr64 pup64;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
70
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
70
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
70
union wait *
__uptr
;
Completed in 895 milliseconds