Home
last modified time | relevance | path

Searched defs:T0 (Results 1 – 25 of 93) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_copy.pass.cpp56 typedef std::tuple<long> T0; in test() typedef
64 typedef std::tuple<long, char> T0; in test() typedef
73 typedef std::tuple<long, char, D> T0; in test() typedef
85 typedef std::tuple<long, char, D&> T0; in test() typedef
123 typedef std::tuple<NothrowCopyAssignable, long> T0; in main() typedef
128 typedef std::tuple<PotentiallyThrowingCopyAssignable, long> T0; in main() typedef
Dconvert_move.pass.cpp94 typedef std::tuple<long> T0; in test() typedef
102 typedef std::tuple<long, char> T0; in test() typedef
134 typedef std::tuple<long, char, D> T0; in main() typedef
146 typedef std::tuple<long, char, D&> T0; in main() typedef
156 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
173 typedef std::tuple<NothrowMoveAssignable, long> T0; in main() typedef
178 typedef std::tuple<PotentiallyThrowingMoveAssignable, long> T0; in main() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconvert_copy.pass.cpp71 typedef std::tuple<long> T0; in main() typedef
79 typedef std::tuple<int> T0; in main() typedef
86 typedef std::tuple<int> T0; in main() typedef
94 typedef std::tuple<long, char> T0; in main() typedef
102 typedef std::tuple<long, char, D> T0; in main() typedef
112 typedef std::tuple<long, char, D&> T0; in main() typedef
122 typedef std::tuple<long, char, int> T0; in main() typedef
Dalloc_const_pair.pass.cpp30 typedef std::pair<long, int> T0; in main() typedef
38 typedef std::pair<int, int> T0; in main() typedef
48 typedef std::pair<int, int> T0; in main() typedef
Dalloc_convert_copy.pass.cpp40 typedef std::tuple<long> T0; in main() typedef
47 typedef std::tuple<int> T0; in main() typedef
56 typedef std::tuple<int, int> T0; in main() typedef
68 typedef std::tuple<long, int, int> T0; in main() typedef
Dconvert_move.pass.cpp51 typedef std::tuple<long> T0; in main() typedef
58 typedef std::tuple<long, char> T0; in main() typedef
66 typedef std::tuple<long, char, D> T0; in main() typedef
76 typedef std::tuple<long, char, D&> T0; in main() typedef
86 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
Dalloc_convert_move.pass.cpp56 typedef std::tuple<int> T0; in main() typedef
65 typedef std::tuple<std::unique_ptr<D>> T0; in main() typedef
72 typedef std::tuple<int, std::unique_ptr<D>> T0; in main() typedef
82 typedef std::tuple<int, int, std::unique_ptr<D>> T0; in main() typedef
Dconst_pair.pass.cpp27 typedef std::pair<long, char> T0; in main() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_move.pass.cpp50 typedef std::tuple<long> T0; in main() typedef
58 typedef std::tuple<long, char> T0; in main() typedef
67 typedef std::tuple<long, char, D> T0; in main() typedef
79 typedef std::tuple<long, char, D&> T0; in main() typedef
89 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
Dconvert_copy.pass.cpp39 typedef std::tuple<long> T0; in main() typedef
47 typedef std::tuple<long, char> T0; in main() typedef
56 typedef std::tuple<long, char, D> T0; in main() typedef
68 typedef std::tuple<long, char, D&> T0; in main() typedef
Dconst_pair.pass.cpp26 typedef std::pair<long, char> T0; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconvert_copy.pass.cpp79 typedef std::tuple<long> T0; in main() typedef
87 typedef std::tuple<int> T0; in main() typedef
94 typedef std::tuple<int> T0; in main() typedef
102 typedef std::tuple<long, char> T0; in main() typedef
110 typedef std::tuple<long, char, D> T0; in main() typedef
120 typedef std::tuple<long, char, D&> T0; in main() typedef
130 typedef std::tuple<long, char, int> T0; in main() typedef
Dalloc_const_pair.pass.cpp30 typedef std::pair<long, int> T0; in main() typedef
38 typedef std::pair<int, int> T0; in main() typedef
48 typedef std::pair<int, int> T0; in main() typedef
Dconvert_move.pass.cpp66 typedef std::tuple<long> T0; in main() typedef
73 typedef std::tuple<long, char> T0; in main() typedef
81 typedef std::tuple<long, char, D> T0; in main() typedef
91 typedef std::tuple<long, char, D&> T0; in main() typedef
101 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
Dalloc_convert_copy.pass.cpp51 typedef std::tuple<long> T0; in main() typedef
58 typedef std::tuple<int> T0; in main() typedef
67 typedef std::tuple<int, int> T0; in main() typedef
79 typedef std::tuple<long, int, int> T0; in main() typedef
Dalloc_convert_move.pass.cpp66 typedef std::tuple<int> T0; in main() typedef
75 typedef std::tuple<std::unique_ptr<D>> T0; in main() typedef
82 typedef std::tuple<int, std::unique_ptr<D>> T0; in main() typedef
92 typedef std::tuple<int, int, std::unique_ptr<D>> T0; in main() typedef
/external/clang/test/SemaTemplate/
Danonymous-union.cpp4 struct T0 { struct
11 struct T1 : public T0, public T { //expected-warning{{direct base 'T0' is inaccessible due to ambig… argument
/external/clang/test/Layout/
Dms-x86-misalignedarray.cpp6 struct T0 { char c; }; argument
/external/clang/test/SemaCXX/
DPR10243.cpp5 struct T0 { struct
7 T0() = default; argument
/external/clang/test/CodeGen/
Dbitfield-init.c13 typedef union T0 { char field0 : 2; } T0; typedef
Dstruct-passing.c7 typedef int T0; typedef
/external/clang/test/Modules/Inputs/
Dlinkage-merge-sub.h11 typedef int T0; typedef
/external/clang/test/Sema/
DPR2919-builtin-types-compat-strips-crv.c3 typedef struct foo T0; typedef
/external/clang/test/Modules/
Dlinkage-merge.m26 typedef float T0; typedef
/external/clang/test/PCH/
Dobjc_exprs.m18 int *T0 = (objc_id_protocol_ty)0; // expected-warning {{aka 'id<foo>'}} function

1234