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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
B_two.h 1 unsigned short *B2;
  /external/clang/test/Index/
index-suppress-refs.hpp 3 class B2 {};
index-suppress-refs.cpp 4 class Sub : B1, B2 {
6 typedef B2 Base2;
12 // CHECK-NOT: [indexEntityReference]: kind: c++-class | name: B2
  /external/clang/test/CXX/special/class.inhctor/
p7.cpp 9 struct B2 { // expected-note 2{{candidate}}
10 B2(int); // expected-note {{candidate}}
12 struct D1 : B1, B2 { // expected-note 2{{candidate}}
14 using B2::B2; // expected-note 3{{inherited here}}
16 struct D2 : B1, B2 {
18 using B2::B2;
p3.cpp 17 struct B2 { // expected-note 2{{candidate}}
18 explicit B2(int, int = 0, int = 0);
20 struct D2 : B2 { // expected-note 2{{candidate constructor}}
21 using B2::B2; // expected-note 2{{inherited here}}
  /external/clang/test/Modules/
macro-hiding.cpp 80 #ifdef B2
81 #include "b2.h"
100 #if defined(A1) || defined(B2) || defined(C1) || defined(D1) || defined(E1) || defined(E2)
  /external/clang/test/CXX/temp/temp.param/
p10.cpp 6 template<class T1, class T2 = int> class B2;
7 template<class T1 = int, class T2> class B2;
p10-0x.cpp 7 template<class T1, class T2 = int> using B2 = T1;
8 template<class T1 = int, class T2> using B2 = T1;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13821b.go 12 type B2 bool
15 var b2 B2 var
18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13821b.go 12 type B2 bool
15 var b2 B2 var
18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B
    [all...]
  /external/clang/test/CXX/class.derived/class.virtual/
p2.cpp 20 struct B2 : B { };
22 struct E : B, B2 { }; //expected-error{{virtual function 'A::f' has more than one final overrider in 'E'}}
24 struct F : B, B2 {
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p15.cpp 7 struct B2 { // expected-note 2{{candidate}}
8 B2(int); // expected-note {{candidate}}
11 struct D1 : B1, B2 { // expected-note 2{{candidate}}
13 using B2::B2; // expected-note 3{{inherited here}}
17 struct D2 : B1, B2 {
19 using B2::B2;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
predicate-bad-2.s 10 [B2] nop
16 [!B2] nop
23 [B2] nop
29 [!B2] nop
36 [B2] nop
42 [!B2] nop
49 [B2] nop
55 [!B2] nop
62 [B2] nop
68 [!B2] no
    [all...]
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 18 bar B2;
  /external/clang/test/CodeGenCXX/
ms-novtable.cpp 20 struct B2 : virtual A1 {} b2; variable in typeref:struct:B2
microsoft-abi-rtti.cpp 27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2; variable in typeref:struct:B2
32 // CHECK-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13A@3EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
33 // CHECK-DAG: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i8*), i32 3, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@8" }, comdat
152 // X64-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17A@3EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comdat
153 // X64-DAG: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 3, i32 0, i32 -1, i32 0, i32 64, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }, comdat
    [all...]
vtt-layout.cpp 30 class B2 { int i; };
31 class V2 : public B1, public B2, public virtual V1 { int i; };
49 class B2 { int i; };
50 class V2 : public B1, public B2, public virtual V1 { int i; };
  /external/clang/test/SemaCXX/
inherit.cpp 6 class B2 : virtual A { };
10 class C : public B1, private B2 { };
warn-enum-compare.cpp 10 enum Baz {B1, B2, B3};
14 enum Baz {B1, B2, B3};
19 using name2::B2;
36 while (z == name1::B2);
40 while (B1 == name1::B2);
41 while (B2 == name2::B1);
51 while (z == (name1::B2));
55 while ((B1) == (name1::B2));
56 while ((B2) == (name2::B1));
61 while (z == (name1::B2));
    [all...]
nested-name-spec.cpp 321 struct B2 {
328 enum E1 { B2 = 2 };
346 int g : B1::B2;
349 int g : B1:B2; // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
361 int f(int xx[B1::B3 ? C2::N1 : B1::B2]);
364 int f(int xx[B1::B3 ? C2::N1 : B1:B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
367 int f(int xx[B1:B3 ? C2::N1 : B1::B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
372 C1::C2 m1 : B1::B2;
375 C1::C2 m1 : B1:B2; // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
385 C1::C2 : B1:B2; // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}
    [all...]
alignment-of-derived-class.cpp 17 struct B2 : public A {
20 static_assert(__alignof(B2) == 16, "B2 should be aligned to 16 bytes");
derived-to-base-ambig.cpp 14 class B2 : public virtual A2 { };
16 class D2 : public B2, public 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}}
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 13 struct B2 : A
17 struct D : B1, B2
68 virtual void f5() throw(B1, B2, int);
69 virtual void f6() throw(B2, B2, int, float, char, double, bool);
  /external/swiftshader/third_party/LLVM/unittests/Support/
Casting.cpp 73 extern const bar *B2;
76 const bar *const B4 = B2;
80 EXPECT_TRUE(isa<foo>(B2));
88 const foo *F3 = cast<foo>(B2);
90 const foo *F4 = cast<foo>(B2);
103 const foo *F11 = cast_or_null<foo>(B2);
105 const foo *F12 = cast_or_null<foo>(B2);
116 const foo *F1 = dyn_cast<foo>(B2);
118 const foo *F2 = dyn_cast<foo>(B2);
129 const foo *F1 = dyn_cast_or_null<foo>(B2);
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 58 /* b2 = -0.5 * (2Q - D * t0) / (2Q + D * t0) */
59 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
60 /* a0 = (0.5 + b2) / 2 */
73 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
104 LVM_INT32 B2;
128 * Calculate the B2 coefficient
133 B2 = (B2_Num / (B2_Den >> 16)) << 15;
155 B1 = (0x40000000 - B2); /* B1 = (0.5 - b2/2) */
156 A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2/2) * coserr(t0) *
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5 6 7 8 91011