Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc_convert_copy.pass.cpp29 typedef std::tuple<double> T0; in main() typedef
36 typedef std::tuple<int> T0; in main() typedef
45 typedef std::tuple<int, int> T0; in main() typedef
57 typedef std::tuple<double, int, int> T0; in main() typedef
Dconvert_copy.pass.cpp59 typedef std::tuple<double> T0; in main() typedef
67 typedef std::tuple<double> T0; in main() typedef
74 typedef std::tuple<int> T0; in main() typedef
82 typedef std::tuple<double, char> T0; in main() typedef
90 typedef std::tuple<double, char, D> T0; in main() typedef
100 typedef std::tuple<double, char, D&> T0; in main() typedef
110 typedef std::tuple<double, char, int> T0; in main() typedef
Dconvert_move.pass.cpp41 typedef std::tuple<double> T0; in main() typedef
48 typedef std::tuple<double, char> T0; in main() typedef
56 typedef std::tuple<double, char, D> T0; in main() typedef
66 typedef std::tuple<double, char, D&> T0; in main() typedef
76 typedef std::tuple<double, char, std::unique_ptr<D>> T0; in main() typedef
Dalloc_const_pair.pass.cpp30 typedef std::pair<double, 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_move.pass.cpp46 typedef std::tuple<int> T0; in main() typedef
55 typedef std::tuple<std::unique_ptr<D>> T0; in main() typedef
62 typedef std::tuple<int, std::unique_ptr<D>> T0; in main() typedef
72 typedef std::tuple<int, int, std::unique_ptr<D>> T0; in main() typedef
Dconst_pair.pass.cpp25 typedef std::pair<double, char> T0; in main() typedef
Dalloc_move_pair.pass.cpp46 typedef std::pair<int, std::unique_ptr<D>> T0; in main() typedef
Dmove_pair.pass.cpp41 typedef std::pair<double, std::unique_ptr<D>> T0; in main() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_move.pass.cpp43 typedef std::tuple<double> T0; in main() typedef
51 typedef std::tuple<double, char> T0; in main() typedef
60 typedef std::tuple<double, char, D> T0; in main() typedef
72 typedef std::tuple<double, char, D&> T0; in main() typedef
82 typedef std::tuple<double, char, std::unique_ptr<D>> T0; in main() typedef
Dconvert_copy.pass.cpp39 typedef std::tuple<double> T0; in main() typedef
47 typedef std::tuple<double, char> T0; in main() typedef
56 typedef std::tuple<double, char, D> T0; in main() typedef
68 typedef std::tuple<double, char, D&> T0; in main() typedef
Dconst_pair.pass.cpp26 typedef std::pair<double, char> T0; in main() typedef
Dmove_pair.pass.cpp42 typedef std::pair<double, 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
Dms-x86-alias-avoidance-padding.cpp140 struct T0 : AT { struct
141 T0() { in T0() function
/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
Dunion.c43 typedef union T0 { unsigned int : 0; } 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
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp10.cpp3 typedef const int T0; typedef
/external/clang/test/CXX/expr/expr.unary/expr.delete/
Dp5.cpp10 class T0 { ~T0(); }; class

12