HomeSort by relevance Sort by last modified time
    Searched defs:T0 (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
struct-passing.c 7 typedef int T0;
10 T0 __attribute__((const)) f0(void);
11 T0 __attribute__((pure)) f1(void);
  /external/clang/test/Modules/Inputs/
linkage-merge-sub.h 11 typedef int T0;
  /external/clang/test/Sema/
PR2919-builtin-types-compat-strips-crv.c 3 typedef struct foo T0;
6 int a0[__builtin_types_compatible_p(T0,
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 26 typedef std::pair<long, char> T0;
28 T0 t0(2, 'a');
30 t1 = t0;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 30 typedef std::pair<long, int> T0;
32 T0 t0(2, 3);
33 T1 t1(std::allocator_arg, A1<int>(5), t0);
38 typedef std::pair<int, int> T0;
40 T0 t0(2, 3);
42 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 typedef std::pair<int, int> T0;
50 T0 t0(2, 3)
    [all...]
const_pair.pass.cpp 27 typedef std::pair<long, char> T0;
29 T0 t0(2, 'a');
30 T1 t1 = t0;
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
error1.go 13 type T0 struct {
error2.go 13 type T0 struct {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue6295.dir/
p0.go 7 type T0 interface {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
error1.go 13 type T0 struct {
error2.go 13 type T0 struct {
  /prebuilts/go/linux-x86/test/fixedbugs/issue6295.dir/
p0.go 7 type T0 interface {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 24 typedef std::pair<double, char> T0;
26 T0 t0(2.5, 'a');
28 t1 = t0;
convert_copy.pass.cpp 37 typedef std::tuple<double> T0;
39 T0 t0(2.5);
41 t1 = t0;
45 typedef std::tuple<double, char> T0;
47 T0 t0(2.5, 'a');
49 t1 = t0;
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 28 typedef std::pair<double, int> T0;
30 T0 t0(2, 3);
31 T1 t1(std::allocator_arg, A1<int>(5), t0);
36 typedef std::pair<int, int> T0;
38 T0 t0(2, 3);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
46 typedef std::pair<int, int> T0;
48 T0 t0(2, 3)
    [all...]
alloc_convert_copy.pass.cpp 27 typedef std::tuple<double> T0;
29 T0 t0(2.5);
30 T1 t1(std::allocator_arg, A1<int>(), t0);
34 typedef std::tuple<int> T0;
36 T0 t0(2);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
43 typedef std::tuple<int, int> T0;
45 T0 t0(2, 3)
    [all...]
const_pair.pass.cpp 23 typedef std::pair<double, char> T0;
25 T0 t0(2.5, 'a');
26 T1 t1 = t0;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 26 typedef std::pair<double, char> T0;
28 T0 t0(2.5, 'a');
30 t1 = t0;
convert_copy.pass.cpp 39 typedef std::tuple<double> T0;
41 T0 t0(2.5);
43 t1 = t0;
47 typedef std::tuple<double, char> T0;
49 T0 t0(2.5, 'a');
51 t1 = t0;
56 typedef std::tuple<double, char, D> T0;
58 T0 t0(2.5, 'a', D(3))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 30 typedef std::pair<double, int> T0;
32 T0 t0(2, 3);
33 T1 t1(std::allocator_arg, A1<int>(5), t0);
38 typedef std::pair<int, int> T0;
40 T0 t0(2, 3);
42 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 typedef std::pair<int, int> T0;
50 T0 t0(2, 3)
    [all...]
const_pair.pass.cpp 25 typedef std::pair<double, char> T0;
27 T0 t0(2.5, 'a');
28 T1 t1 = t0;
  /external/clang/test/Layout/
ms-x86-misalignedarray.cpp 6 struct T0 { char c; };
7 struct T2 : virtual T0 { };
  /external/clang/test/SemaCXX/
PR10243.cpp 5 struct T0 {
7 T0() = default;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11790.go 13 type T0 struct {
17 func (*T0) M0() {
22 *T0
31 t0 := T0{42}
32 t2 := T2{&t0}
35 (*q).T0.M0()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11790.go 13 type T0 struct {
17 func (*T0) M0() {
22 *T0
31 t0 := T0{42}
32 t2 := T2{&t0}
35 (*q).T0.M0()

Completed in 262 milliseconds

1 2 3 4 5 6