OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_type
(Results
1 - 17
of
17
) sorted by null
/external/clang/test/SemaTemplate/
current-instantiation.cpp
13
typedef T
T_type
;
18
void f0(typename X0::
T_type
&); // expected-error{{redecl}}
22
void f1(typename X0<T, U>::
T_type
&); // expected-error{{redecl}}
26
void f2(typename X0<
T_type
, U_type>::
T_type
&); // expected-error{{redecl}}
30
void f3(typename ::X0<
T_type
, U_type>::
T_type
&); // expected-error{{redecl}}
37
void g0(typename X0::
T_type
&); // expected-error{{redecl}}
41
void g1(typename X0<T, U>::
T_type
&); // expected-error{{redecl}}
45
void g2(typename X0<
T_type
, U_type>::T_type&); // expected-error{{redecl}
[
all
...]
/external/clang/test/SemaObjCXX/
arc-templates.mm
99
typedef T
T_type
;
100
typedef __weak
T_type
type; // expected-error{{the type '
T_type
' (aka '__weak id') already has retainment attributes set on it}} \
101
// expected-error{{the type '
T_type
' (aka '__strong id') already has retainment attributes set on it}}
/external/iproute2/ip/
ipxfrm.c
114
int
t_type
;
member in struct:typeent
130
if (!t->t_name || t->
t_type
== -1)
134
return t->
t_type
;
147
if (!t->t_name || t->
t_type
== -1)
150
if (t->
t_type
== proto)
170
if (!t->t_name || t->
t_type
== -1)
174
return t->
t_type
;
187
if (!t->t_name || t->
t_type
== -1)
190
if (t->
t_type
== type)
/bionic/libc/kernel/common/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/development/ndk/platforms/android-3/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
mtio.h
97
long
t_type
;
member in struct:mt_tape_info
/external/clang/test/Index/
annotate-nested-name-specifier.cpp
124
typedef T
T_type
;
126
typedef outer_alias::inner::apply_meta<
T_type
, U_type::template apply> type;
454
// CHECK: Identifier: "
T_type
" [126:42 - 126:48] TypeRef=
T_type
:124:13
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h
130
long int
t_type
; /* Device type id (mt_type). */
member in struct:mt_tape_info
/external/kernel-headers/original/linux/
mtio.h
120
long
t_type
; /* device type id (mt_type) */
member in struct:mt_tape_info
Completed in 525 milliseconds