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

1 2 3

  /external/clang/test/CodeGen/
struct-passing.c 7 typedef int T0;
10 T0 __attribute__((const)) f0(void);
11 T0 __attribute__((pure)) f1(void);
bitfield-init.c 13 typedef union T0 { char field0 : 2; } T0;
14 T0 T0_values = { 0 };
union.c 43 typedef union T0 { unsigned int : 0; } T0;
44 T0 t0; variable
  /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,
  /ndk/sources/cxx-stl/llvm-libc++/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);
  /ndk/sources/cxx-stl/llvm-libc++/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;
convert_copy.pass.cpp 36 typedef std::tuple<double> T0;
38 T0 t0(2.5);
39 T1 t1 = t0;
43 typedef std::tuple<double, char> T0;
45 T0 t0(2.5, 'a');
46 T1 t1 = t0;
51 typedef std::tuple<double, char, D> T0;
53 T0 t0(2.5, 'a', D(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...]
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));
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...]
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);
  /external/clang/test/SemaCXX/
PR10243.cpp 5 struct T0 {
7 T0() = default;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 4 typedef const int T0;
9 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
  /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/clang/test/SemaTemplate/
anonymous-union.cpp 4 struct T0 {
11 struct T1 : public T0, public T {
17 struct A : public T0 { };
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 54 /* t0 = 2 * Pi * Fc / Fs */
58 /* b2 = -0.5 * (2Q - D * t0) / (2Q + D * t0) */
59 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
69 /* the cosine of t0 is always close to 1.0. Instead of calculating the cosine */
100 LVM_INT32 T0;
111 LVM_INT16 t0; local
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
130 Dt0 = D * (T0 >> 10)
242 LVM_INT16 t0; local
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c 40 static const ulong64 T0[256] = {
    [all...]
anubis.c 53 static const ulong32 T0[256] = {
471 static const ulong32 T0[256] = {
    [all...]
  /external/srtp/crypto/cipher/
aes.c 51 * we use the tables T0, T1, T2, T3, and T4 to compute AES, and
64 static uint32_t T0[256] = {
602 static uint32_t T0[256] = {
    [all...]

Completed in 523 milliseconds

1 2 3