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

1 2 3 4

  /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/clang/test/CodeGen/
bitfield-init.c 13 typedef union T0 { char field0 : 2; } T0;
14 T0 T0_values = { 0 };
struct-passing.c 7 typedef int T0;
10 T0 __attribute__((const)) f0(void);
11 T0 __attribute__((pure)) f1(void);
union.c 43 typedef union T0 { unsigned int : 0; } T0;
44 T0 t0; variable
  /external/clang/test/Layout/
ms-x86-misalignedarray.cpp 6 struct T0 { char c; };
7 struct T2 : virtual T0 { };
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 3 typedef const int T0;
8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
  /external/clang/test/SemaCXX/
PR10243.cpp 5 struct T0 {
7 T0() = default;
  /external/clang/test/Modules/Inputs/
linkage-merge-sub.h 11 typedef int T0;
  /external/clang/test/SemaTemplate/
anonymous-union.cpp 4 struct T0 {
11 struct T1 : public T0, public T {
17 struct A : public T0 { };
  /external/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...]
convert_move.pass.cpp 40 typedef std::tuple<double> T0;
42 T0 t0(2.5);
44 t1 = std::move(t0);
48 typedef std::tuple<double, char> T0;
50 T0 t0(2.5, 'a');
52 t1 = std::move(t0);
57 typedef std::tuple<double, char, D> T0;
59 T0 t0(2.5, 'a', D(3))
    [all...]
move_pair.pass.cpp 40 typedef std::pair<double, std::unique_ptr<D>> T0;
42 T0 t0(2.5, std::unique_ptr<D>(new D(3)));
44 t1 = std::move(t0);
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
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...]
convert_copy.pass.cpp 56 typedef std::tuple<double> T0;
58 T0 t0(2.5);
59 T1 t1 = t0;
64 typedef std::tuple<double> T0;
66 constexpr T0 t0(2.5);
67 constexpr T1 t1 = t0;
71 typedef std::tuple<int> T0;
73 constexpr T0 t0(2)
    [all...]
convert_move.pass.cpp 39 typedef std::tuple<double> T0;
41 T0 t0(2.5);
42 T1 t1 = std::move(t0);
46 typedef std::tuple<double, char> T0;
48 T0 t0(2.5, 'a');
49 T1 t1 = std::move(t0);
54 typedef std::tuple<double, char, D> T0;
56 T0 t0(2.5, 'a', D(3))
    [all...]
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_move.pass.cpp 44 typedef std::tuple<int> T0;
46 T0 t0(2);
48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
53 typedef std::tuple<std::unique_ptr<D>> T0;
55 T0 t0(std::unique_ptr<D>(new D(3)));
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
60 typedef std::tuple<int, std::unique_ptr<D>> T0;
62 T0 t0(2, std::unique_ptr<D>(new D(3)))
    [all...]
move_pair.pass.cpp 39 typedef std::pair<double, std::unique_ptr<D>> T0;
41 T0 t0(2.5, std::unique_ptr<D>(new D(3)));
42 T1 t1 = std::move(t0);
alloc_move_pair.pass.cpp 44 typedef std::pair<int, std::unique_ptr<D>> T0;
46 T0 t0(2, std::unique_ptr<D>(new D(3)));
48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.h 44 template <class T0,
53 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) {
65 template <class T0,
73 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) {
85 template <class T0, class T1, class T2, class T3, class T4, class T5>
87 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) {
99 template <class T0, class T1, class T2, class T3, class T4>
100 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) {
104 template <class T0, class T1, class T2, class T3>
105 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3)
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 8 class T0; // expected-note {{forward declaration}}
9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}}
10 class T0 { ~T0(); };
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 23 template<typename T0>
24 AutoDiffJacobian(const T0& a0) : Functor(a0) {}
25 template<typename T0, typename T1>
26 AutoDiffJacobian(const T0& a0, const T1& a1) : Functor(a0, a1) {}
27 template<typename T0, typename T1, typename T2>
28 AutoDiffJacobian(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2) {}
  /external/chromium_org/base/strings/
safe_sprintf.h 224 template<class T0, class T1, class T2, class T3, class T4,
227 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
238 class T0, class T1, class T2, class T3, class T4,
241 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
251 template<class T0, class T1, class T2, class T3, class T4,
254 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
265 class T0, class T1, class T2, class T3, class T4, class T5,
268 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
278 template<class T0, class T1, class T2, class T3, class T4, class T5,
281 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 49 template<typename T0>
50 NumericalDiff(const T0& a0) : Functor(a0), epsfcn(0) {}
51 template<typename T0, typename T1>
52 NumericalDiff(const T0& a0, const T1& a1) : Functor(a0, a1), epsfcn(0) {}
53 template<typename T0, typename T1, typename T2>
54 NumericalDiff(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2), epsfcn(0) {}

Completed in 455 milliseconds

1 2 3 4