Searched defs:A2 (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DA_two.h1 unsigned int *A2; variable
/external/clang/INPUTS/
H A Dmacro_pounder_fn.c8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) macro
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
H A Dmacro_pounder_obj.c8 #define A2 A1 A1 A1 A1 A1 A1 macro
9 #define A3 A2 A2 A2 A2 A2 A2
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp45 struct A2 { struct in namespace:test3
47 void f1() throw(A2);
48 void f2() throw(A2<T>);
52 void f1() throw(A2);
53 void f2() throw(A2<T>);
57 template struct A2<int>;
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c16 #define A2 1 /** Aaa. */ macro
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
/external/clang/test/Parser/
H A Dcxx-extra-semi.cpp10 void A2() { }; function in class:A
H A Dcxx-casting.cpp78 D<::F> A2; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} local
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp26 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}} class
28 template< int X > class A2<X, &array> { }; // expected-error{{specializes}} class
H A Ddependent-base-member-init.cpp14 class A2 { A2(int x, int y); }; class
16 A2 x;
/external/clang/test/CodeGenCXX/
H A Ddefault-arguments.cpp20 struct A2 { struct
21 A2();
22 ~A2();
26 B(const A1& = A1(), const A2& = A2());
H A Dvtt-layout.cpp27 class A2 { int i; virtual void f(); }; class in namespace:Test3
28 class V1 : public A1, public A2 { int i; };
43 // (making A2 a virtual base of V1)
46 class A2 { int i; virtual void f(); }; class in namespace:Test4
47 class V1 : public A1, public virtual A2 { int i; };
/external/arduino/hardware/arduino/cores/arduino/
H A DWProgram.h36 const static uint8_t A2 = 56; variable
53 const static uint8_t A2 = 16; variable
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp13 class A2 : public Object2 { }; class in inherits:Object2
14 class B2 : public virtual A2 { };
15 class C2 : virtual public A2 { };
17 class E2 : public D2, public C2, public virtual A2 { };
18 class F2 : public E2, public A2 { };
H A Dnamespace-alias.cpp35 namespace A2 { } namespace in namespace:H
43 namespace B = A2; // expected-error {{redefinition of 'B' as different kind of symbol}}
49 namespace A2 = A1;
53 return I::A2::i;
H A Dwarn-unique-enum.cpp2 enum A { A1 = 1, A2 = 1, A3 = 1 }; // expected-warning {{all elements of 'A' are initialized with literals to value 1}} \ enumerator in enum:A
H A Ddcl_init_aggr.cpp96 struct A2 { struct
101 A2 a1, a2;
105 operator A2();
110 A2 a2;
H A Dreinterpret-cast.cpp136 typedef A A2; typedef
141 A2 a2;
163 (void)reinterpret_cast<A2&>(b2);
164 (void)*reinterpret_cast<A2*>(&b2);
/external/llvm/unittests/Support/
H A DValueHandleTest.cpp402 AssertingVH<Value> A1, A2; local
404 ClearingVH C(BitcastV.get(), A1, A2);
405 A2 = BitcastV.get();
H A DAlignOfTest.cpp28 typedef char alignas(2) A2; member in namespace:__anon9262
33 typedef char A2 __attribute__((aligned(2)));
38 typedef __declspec(align(2)) char A2;
47 struct SA2 { A2 a; };
55 struct S5 { A1 a1; A2 a2; A4 a4; A8 a8; };
91 [AlignOf<A2>::Alignment > 0]
130 EXPECT_EQ(2u, alignOf<A2>());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp39 inline bool sameDecl(const Expr *A1, const Expr *A2) { argument
41 if (const DeclRefExpr *D2 = dyn_cast<DeclRefExpr>(A2->IgnoreParenCasts()))
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp55 struct A2 { struct
56 A2 &operator=(A2 &&) = default; // expected-note {{here}}
61 template struct MoveAssign<A2>; // expected-note {{here}}
/external/aac/libSBRenc/src/
H A Dresampler.cpp102 #define A2 3 macro
108 const FIXP_SGL *coeffa; /*! SOS matrix One row/section. Scaled using BQC(). Order of coefficients: B1,B2,A1,A2. B0=A0=1.0 */
406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]);
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp22 struct A2 { struct
23 A2();
28 A2 a2; // expected-error {{deleted function}}
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java324 public static class A2 implements Serializable, Cloneable {}; class in class:AnalyzerTest.Dummy
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp111 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1); local
113 for( q = p + 1; q < n; q++, A2 += n, V2 += n )
125 Aqq = A2[q];
163 Aiq = A2[i];
167 A2[i] = (float) (Aiq * c + Aip * s);
172 A2[q] = (float) (App * s2 + Aqq * c2 + a);
173 A1[q] = A2[p] = 0.0f;
223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; local
261 A2 = A + n * (p + 1);
263 for( q = p + 1; q < n; q++, A2
[all...]

Completed in 773 milliseconds

12