Searched defs:T1 (Results 1 - 25 of 70) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dstruct-passing.c8 typedef struct { int a[16]; } T1; typedef in typeref:struct:__anon4260
12 T1 __attribute__((const)) f2(void);
13 T1 __attribute__((pure)) f3(void);
14 void __attribute__((const)) f4(T1 a);
15 void __attribute__((pure)) f5(T1 a);
H A D2007-02-04-AddrLValue.c8 } T1; typedef in typeref:struct:__anon4129
16 T1 a[] =
/external/clang/test/Sema/
H A DPR2919-builtin-types-compat-strips-crv.c4 typedef const struct foo T1; typedef in typeref:struct:foo
7 const T1) ? 1 : -1];
/external/clang/test/SemaCXX/
H A DPR10243.cpp10 struct T1 { struct
12 T1(const T1&) = default;
H A Daccess-base-class.cpp2 namespace T1 { namespace
8 A *a = b; // expected-error{{cannot cast 'T1::B' to its private base class 'T1::A'}}
H A Dtrivial-constructor.cpp2 struct T1 { struct
4 static_assert(__has_trivial_constructor(T1), "T1 has trivial constructor!");
20 struct T5 : T1 {
26 T1 t1[2][2];
H A Dtrivial-destructor.cpp2 struct T1 { struct
4 static_assert(__has_trivial_destructor(T1), "T1 has trivial destructor!");
20 struct T5 : T1 {
26 T1 t1[2][2];
H A Dwarn-reorder-ctor-initialization.cpp88 namespace T1 { namespace
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp5 typedef int& T1; typedef
11 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
/external/clang/test/CodeGenCXX/
H A D2009-03-17-dbg.cpp3 template <typename T1,typename T2>
4 inline void f(const T1&,const T2&) { } argument
6 template <typename T1,typename T2,void F(const T1&,const T2&)>
H A Dweak-extern-typeinfo.cpp17 class T1 {}; class
19 class C : public T1, public B, public T {
H A Dinstantiate-blocks.cpp18 template <typename T, typename T1> void foo(T t, T1 r)
21 __block T1 byref_block_arg;
23 T1 (^block)(char, T, T1, double) = local
24 ^ T1 (char ch, T arg, T1 arg2, double d1) { byref_block_arg = arg2;
/external/clang/test/Modules/Inputs/
H A Dredecl-merge-left.h59 typedef int T1; typedef
H A Dredecl-merge-right.h62 typedef int T1; typedef
/external/clang/include/clang/AST/
H A DTypeOrdering.h28 bool operator()(QualType T1, QualType T2) const { argument
29 return std::less<void*>()(T1.getAsOpaquePtr(), T2.getAsOpaquePtr());
/external/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp32 template<typename T> struct T1 : B1 { struct in inherits:B1
35 template<typename T> struct T2 : T1<T> {
36 using T1<int>::T1; // expected-error {{not supported}}
38 template<typename T> struct T3 : T1<int> {
39 using T1<T>::T1; // expected-error {{not supported}}
42 friend T1<int>::T1(int);
43 friend T1<in
[all...]
/external/clang/test/SemaTemplate/
H A Danonymous-union.cpp11 struct T1 : public T0, public T { struct in inherits:T0,T
19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}}
/external/stlport/test/eh/
H A DLeakCheck.h37 template <class T1, class T2>
40 const pair <T1, T2>& p) {
38 operator <<( ostream& s, const pair <T1, T2>& p) argument
/external/clang/test/Index/
H A Dcomplete-documentation-templates.cpp4 /// This is T1.
6 void T1(T t) { } function
109 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText T1}{{.*}}(brief comment: This is T1.)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp51 template<typename T> struct T1 : virtual Literal { // expected-note {{here}} struct in namespace:TemplateVBase
52 constexpr T1() {} // expected-error {{constexpr constructor not allowed in struct with virtual base class}} function in struct:TemplateVBase::T1
/external/clang/test/PCH/
H A Dchain-cxx.cpp124 typedef S<double>::G T1; typedef
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkhazad.c107 static const ulong64 T1[256] = { variable
645 T1[(int)(K1 >> 48) & 0xff] ^
664 T1[(int)S[(int)(K1 >> 48) & 0xff] & 0xff] ^
702 T1[(int)(state >> 48) & 0xff] ^
717 (T1[(int)(state >> 48) & 0xff] & CONST64(0x00ff000000000000)) ^
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp344 static bool TypesAreContradictory(MVT::SimpleValueType T1, argument
348 if (T1 == T2) return false;
352 if (T1 == MVT::iPTR)
356 return !MVT(T1).isInteger() || MVT(T1).isVector();
/external/regex-re2/util/
H A Drune.cc29 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */ enumerator in enum:re2::__anon12503
56 * 00000-0007F => T1
/external/srtp/crypto/cipher/
H A Daes.c51 * we use the tables T0, T1, T2, T3, and T4 to compute AES, and
131 static uint32_t T1[256] = { variable
669 static uint32_t T1[256] = { variable
1509 of state, using the tables T0, T1, T2, T3 */
1511 column0 = T0[state->v8[0]] ^ T1[state->v8[5]]
1514 column1 = T0[state->v8[4]] ^ T1[state->v8[9]]
1517 column2 = T0[state->v8[8]] ^ T1[state->v8[13]]
1520 column3 = T0[state->v8[12]] ^ T1[state->v8[1]]
1637 of state, using the tables T0, T1, T2, T3 */
1639 column0 = T0[state->v32[0] >> 24] ^ T1[(stat
[all...]

Completed in 459 milliseconds

123