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

1 2 3 4

  /external/clang/test/CodeGenCXX/
default-arguments.cpp 20 struct A2 {
21 A2();
22 ~A2();
26 B(const A1& = A1(), const A2& = A2());
vtt-layout.cpp 27 class A2 { int i; virtual void f(); };
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(); };
47 class V1 : public A1, public virtual A2 { int i; };
  /external/clang/test/SemaCXX/
derived-to-base-ambig.cpp 13 class A2 : public 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 { };
dcl_init_aggr.cpp 96 struct A2 {
101 A2 a1, a2; member in struct:B2
105 operator A2();
110 A2 a2; variable
113 B2 b2 = { 4, a2, a2 };
115 B2 b2_3 = { c2, a2, a2 };
    [all...]
namespace-alias.cpp 31 namespace A2 { }
39 namespace B = A2; // expected-error {{redefinition of 'B' as different kind of symbol}}
45 namespace A2 = A1;
49 return I::A2::i;
nested-name-spec.cpp 69 namespace A2 {
77 struct A2::RC {
81 struct A2::CC::NC {
101 void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualified}}
103 int A2::RC::x; // expected-error{{non-static data member defined out-of-line}}
105 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
190 foo<somens:a> a2; // expected-error {{unexpected ':' in nested name specifier}} variable
192 somens::a a3 = a2; // expected-error {{no viable conversion}}
281 struct A2 {
286 struct A2<T>::B::C; // expected-error {{no struct named 'C'}
    [all...]
  /external/clang/INPUTS/
macro_pounder_obj.c 8 #define A2 A1 A1 A1 A1 A1 A1
9 #define A3 A2 A2 A2 A2 A2 A2
macro_pounder_fn.c 8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B)
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 79 template <typename A1, typename A2>
80 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
81 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2> > type;
84 template <typename A1, typename A2, typename A3>
85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
86 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
89 template <typename A1, typename A2, typename A3, typename A4>
90 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
91 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
95 template <typename A1, typename A2, typename A3, typename A4, typename A5
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 84 template <typename A1, typename A2>
85 NiceMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
90 template <typename A1, typename A2, typename A3>
91 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) {
96 template <typename A1, typename A2, typename A3, typename A4>
97 NiceMock(const A1& a1, const A2& a2, const A3& a3
    [all...]
gmock-generated-function-mockers.h 101 template <typename R, typename A1, typename A2>
102 class FunctionMocker<R(A1, A2)> : public
103 internal::FunctionMockerBase<R(A1, A2)> {
105 typedef R F(A1, A2);
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
113 R Invoke(A1 a1, A2 a2) {
118 return this->InvokeWith(ArgumentTuple(a1, a2));
122 template <typename R, typename A1, typename A2, typename A3>
123 class FunctionMocker<R(A1, A2, A3)> : publi
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
41 LVM_INT16 A2;
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 48 temp=pCoef->A2;
BQ_1I_D16F32Css_TRC_WRA_01_init.c 49 temp=pCoef->A2;
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 49 temp=pCoef->A2;
BQ_2I_D16F32Css_TRC_WRA_01_init.c 48 temp=pCoef->A2;
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 48 temp=pCoef->A2;
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 62 String A2 = null;
65 A2 = method + ":" + digest_uri_value;
69 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
79 + qop_value + ":" + H(A2));
82 request_digest = KD(hashUserNameRealmPasswd, nonce_value + ":" + H(A2));
147 String A2 = null;
150 A2 = method + ":" + digest_uri_value;
154 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
164 + qop_value + ":" + H(A2));
167 request_digest = KD(H(A1), nonce_value + ":" + H(A2));
    [all...]
  /external/chromium/base/
callback.h 287 template <typename R, typename A1, typename A2>
288 class Callback<R(A1, A2)> : public internal::CallbackBase {
293 typename internal::ParamTraits<A2>::ForwardType);
312 typename internal::ParamTraits<A2>::ForwardType a2) const {
317 a2);
321 template <typename R, typename A1, typename A2, typename A3>
322 class Callback<R(A1, A2, A3)> : public internal::CallbackBase {
327 typename internal::ParamTraits<A2>::ForwardType,
347 typename internal::ParamTraits<A2>::ForwardType a2
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 36 template<typename T, typename A1, typename A2>
37 void instF0(X0<T(A1)> x0a, X0<T(A2)> x0b) {
39 X0<T(A2)> x0d;
49 template<typename R, typename A1, typename A2>
52 FuncPtr<R, A2, &unary_func<R, A2> > fp2;
dependent-base-member-init.cpp 14 class A2 { A2(int x, int y); };
16 A2 x;
temp_class_spec_neg.cpp 26 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}
28 template< int X > class A2<X, &array> { }; // expected-error{{specializes}}
  /external/llvm/include/llvm/Support/
TypeBuilder.h 263 template<typename R, typename A1, typename A2, bool cross>
264 class TypeBuilder<R(A1, A2), cross> {
269 TypeBuilder<A2, cross>::get(Context),
275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
281 TypeBuilder<A2, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4,
291 class TypeBuilder<R(A1, A2, A3, A4), cross> {
296 TypeBuilder<A2, cross>::get(Context),
305 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 8 template<INT N, INT M> struct A2;

Completed in 836 milliseconds

1 2 3 4