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

1 2 3 4 5 6 7

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
A_two.h 1 unsigned int *A2;
  /external/clang/test/CodeGenCXX/
ms-novtable.cpp 16 struct A2 {
21 struct __declspec(novtable) C : virtual A2 {} c;
default-arguments.cpp 20 struct A2 {
21 A2();
22 ~A2();
26 B(const A1& = A1(), const A2& = A2());
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/
other_alloc.pass.cpp 29 typedef ex::polymorphic_allocator<char> A2;
32 std::is_convertible<A1 const &, A2>::value, ""
35 std::is_convertible<A2 const &, A1>::value, ""
38 std::is_nothrow_constructible<A1, A2 const &>::value, ""
41 std::is_nothrow_constructible<A2, A1 const &>::value, ""
47 A2 const a2(a);
48 assert(a.resource() == a2.resource());
49 assert(a2.resource() == (ex::memory_resource*)42);
53 A2 const a2(std::move(a))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/
other_alloc.pass.cpp 29 typedef ex::polymorphic_allocator<char> A2;
32 std::is_convertible<A1 const &, A2>::value, ""
35 std::is_convertible<A2 const &, A1>::value, ""
38 std::is_nothrow_constructible<A1, A2 const &>::value, ""
41 std::is_nothrow_constructible<A2, A1 const &>::value, ""
47 A2 const a2(a);
48 assert(a.resource() == a2.resource());
49 assert(a2.resource() == (ex::memory_resource*)42);
53 A2 const a2(std::move(a))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8_2-a.s 18 A2:
  /external/clang/test/Sema/
enum-increment.c 3 enum A { A1, A2, A3 };
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/
equal.pass.cpp 33 typedef ex::polymorphic_allocator<int> A2;
37 A2 const a2; local
38 static_assert(std::is_same<decltype(a1 == a2), bool>::value, "");
39 static_assert(noexcept(a1 == a2), "");
46 A1 const a2(&d2);
48 assert(a1 == a2);
54 assert(a2 == a1);
62 A1 const a2(&d1);
64 assert(a1 == a2);
    [all...]
not_equal.pass.cpp 33 typedef ex::polymorphic_allocator<int> A2;
37 A2 const a2; local
38 static_assert(std::is_same<decltype(a1 != a2), bool>::value, "");
39 static_assert(noexcept(a1 != a2), "");
46 A1 const a2(&d2);
48 assert(a1 != a2);
54 assert(a2 != a1);
62 A1 const a2(&d1);
64 assert(!(a1 != a2));
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/
equal.pass.cpp 33 typedef ex::polymorphic_allocator<int> A2;
37 A2 const a2; local
38 static_assert(std::is_same<decltype(a1 == a2), bool>::value, "");
39 static_assert(noexcept(a1 == a2), "");
46 A1 const a2(&d2);
48 assert(a1 == a2);
54 assert(a2 == a1);
62 A1 const a2(&d1);
64 assert(a1 == a2);
    [all...]
not_equal.pass.cpp 33 typedef ex::polymorphic_allocator<int> A2;
37 A2 const a2; local
38 static_assert(std::is_same<decltype(a1 != a2), bool>::value, "");
39 static_assert(noexcept(a1 != a2), "");
46 A1 const a2(&d2);
48 assert(a1 != a2);
54 assert(a2 != a1);
62 A1 const a2(&d1);
64 assert(!(a1 != a2));
    [all...]
  /external/clang/INPUTS/
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)
macro_pounder_obj.c 8 #define A2 A1 A1 A1 A1 A1 A1
9 #define A3 A2 A2 A2 A2 A2 A2
  /external/clang/test/Index/
annotate-comments-preprocessor.c 16 #define A2 1 /** Aaa. */
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/
cxx-extra-semi.cpp 10 void A2() { };
33 int a2;; // expected-warning{{extra ';' inside a union}} member in union:B
  /external/clang/test/SemaTemplate/
temp_class_spec_neg.cpp 34 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}
36 template< int X > class A2<X, &array> { }; // expected-error{{specializes}}
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
42 LVM_INT16 A2;
52 LVM_FLOAT A2;
  /external/clang/test/Analysis/
NewDeleteLeaks-PR19102.cpp 14 class A2 {
16 A2();
17 A2(S);
18 A2(int*);
19 A2(S*);
20 A2(S&, int);
21 A2(int, S**);
28 new A2; // expected-warning@+1 {{Potential memory leak}}
32 new A2(s); // expected-warning@+1 {{Potential memory leak}}
33 new A2(&(s.i)); // expected-warning@+1 {{Potential memory leak}
    [all...]
  /external/clang/test/CXX/class/class.mem/
p2.cpp 45 struct A2 {
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/SemaCXX/
attr-optnone.cpp 63 struct A2 {
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 { }; // expected-warning{{direct base 'C2' is inaccessible due to ambiguity:\n class E2 -> class D2 -> class C2\n class E2 -> class C2}}
18 class F2 : public E2, public A2 { }; // expected-warning{{direct base 'A2' is inaccessible due to ambiguity:\n class F2 -> class E2 -> class D2 -> class B2 -> class A2\n class F2 -> class A2}}
enum-increment.cpp 3 enum A { A1, A2, A3 };
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 71 $A2 = md5($_SERVER['REQUEST_METHOD'] . ':' . $data['uri']);
73 $data['cnonce'] . ':' . $data['qop'] . ':' . $A2);
  /prebuilts/go/darwin-x86/test/
alias2.go 29 A2 = struct{}
74 A2 = struct{}
96 func (A2) m() {} // ERROR "invalid receiver type"
  /prebuilts/go/linux-x86/test/
alias2.go 29 A2 = struct{}
74 A2 = struct{}
96 func (A2) m() {} // ERROR "invalid receiver type"

Completed in 805 milliseconds

1 2 3 4 5 6 7