OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__uptr
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/Sema/Inputs/
ms-keyword-system-header.h
4
union w *
__uptr
;
member in union:__anon15360
6
// expected-warning@-2 {{keyword '
__uptr
' will be made available as an identifier here}}
/external/clang/test/Sema/
MicrosoftCompatibility.cpp
10
char * cls::*
__uptr
wrong2 = &cls::m; // expected-error {{'
__uptr
' attribute cannot be used with pointers to members}}
ms-keyword-system-header.c
6
// PR17824: GNU libc uses MS keyword
__uptr
as an identifier in C mode
11
ws.
__uptr
= 0;
transparent-union-pointer.c
5
union wait *
__uptr
;
member in union:__anon15537
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
140
int * __sptr
__uptr
wrong2; // expected-error {{'__sptr' and '
__uptr
' attributes are not compatible}}
149
void ptr_func2(int *
__uptr
__ptr32 i) {} // expected-error {{redefinition of 'ptr_func2'}}
/external/clang/test/Parser/
MicrosoftExtensions.c
85
int *
__uptr
pup;
88
int * __ptr32
__uptr
pup32;
90
int *
__uptr
__ptr64 pup64;
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-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h
65
union wait *
__uptr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
70
union wait *
__uptr
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
70
union wait *
__uptr
;
[
all
...]
Completed in 320 milliseconds