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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
B_one.h 1 short *B1;
  /external/clang/test/Index/
index-suppress-refs.hpp 2 class B1 {};
index-suppress-refs.cpp 4 class Sub : B1, B2 {
5 typedef B1 Base1;
11 // CHECK-NOT: [indexEntityReference]: kind: c++-class | name: B1
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-virtual-dtor-call.cpp 5 struct B1 {
6 virtual ~B1();
9 B1::~B1() {}
11 void DELETE(B1 *pb1) {
12 pb1->B1::~B1();
15 // CHECK: [[T1:%.*]] = load void (%struct.B1*)*, void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)*, void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2
    [all...]
ptr-to-member-function.cpp 48 struct B1 {
51 B1(int i) : pmf(&A::foo), im(i) {
62 B1 b = B1(1);
63 B1 c = B1(2);
ms-novtable.cpp 19 struct __declspec(novtable) B1 : virtual A1 {} b1;
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 8 struct B1 {
9 B1(int);
12 using B1::B1; // expected-error {{using declaration cannot refer to class member}}
18 struct I1 : B1 {
19 using B1::B1; // expected-note {{previous using declaration}}
20 using B1::B1; // expected-error {{redeclaration of using decl}}
30 using B1::B1; // expected-error {{'B1' is not a direct base of 'D1', cannot inherit constructors}
    [all...]
p7.cpp 6 struct B1 { // expected-note 2{{candidate}}
7 B1(int); // expected-note {{candidate}}
12 struct D1 : B1, B2 { // expected-note 2{{candidate}}
13 using B1::B1; // expected-note 3{{inherited here}}
16 struct D2 : B1, B2 {
17 using B1::B1;
27 template<typename T> struct B4 : B3<T>, B1 {
30 using B1::B1
    [all...]
p3.cpp 6 struct B1 {
7 B1(int); // expected-note 3{{target of using}}
8 B1(int, int); // expected-note 3{{target of using}}
10 struct D1 : B1 {
11 using B1::B1;
35 template<typename T> struct T1 : B1 {
36 using B1::B1; // expected-note 2{{using declaration}}
  /external/clang/test/SemaCXX/
ambiguous-builtin-unary-operator.cpp 25 struct B1 { operator volatile long&(); };
27 struct C1 : B1, A1 { };
inherit.cpp 4 class B1 : A { };
10 class C : public B1, private B2 { };
  /external/clang/test/ARCMT/designated-init-in-header/
header1.h 5 @interface B1
9 @interface S1 : B1
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p15.cpp 3 struct B1 { // expected-note 2{{candidate}}
4 B1(int); // expected-note {{candidate}}
11 struct D1 : B1, B2 { // expected-note 2{{candidate}}
12 using B1::B1; // expected-note 3{{inherited here}}
17 struct D2 : B1, B2 {
18 using B1::B1;
  /external/clang/test/CXX/temp/temp.param/
p11.cpp 7 class B1;
  /external/clang/test/Layout/
ms-x86-bitfields-vbases.cpp 7 struct B1 { int a; };
91 struct E : virtual B0, virtual B1 { long long : 1; };
99 // CHECK-NEXT: 20 | struct B1 (virtual base)
110 // CHECK-X64-NEXT: 20 | struct B1 (virtual base)
ms-x86-vfvb-sharing.cpp 9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } };
11 struct B3 : virtual B1 { B3() { printf("B3 = %p\n", this); } };
12 struct B4 : virtual B1 { B4() { printf("B4 = %p\n", this); } virtual void g() { printf("B4"); } };
14 struct A : B0, virtual B1 {
29 // CHECK-NEXT: 64 | struct B1 (virtual base)
42 // CHECK-X64-NEXT: 64 | struct B1 (virtual base)
47 struct B : B2, B0, virtual B1 {
62 // CHECK-NEXT: 48 | struct B1 (virtual base
    [all...]
ms-x86-empty-nonvirtual-bases.cpp 9 struct __declspec(align(8)) B1 { B1() {printf("B1 : %p\n", this);} };
47 struct C : B0, B1, B2, B3, B4 {
59 // CHECK-NEXT: 8 | struct B1 (base) (empty)
72 B1 b1; member in struct:D
89 // CHECK: 24 | struct B1 b1 (empty)
94 struct E : B0, C0, C1, C2, B1 {
    [all...]
  /external/clang/test/Modules/
wildcard-submodule-exports.cpp 10 (void)B1; // expected-error{{use of undeclared identifier 'B1'}}
24 short *B1_ptr = B1;
macro-hiding.cpp 76 #ifdef B1
77 #include "b1.h"
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
42 LVM_INT16 B1;
49 * Biquad with coefficients A0, A1 and B1 coefficients
56 LVM_INT16 B1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
predicate-bad-2.s 9 [B1] nop
15 [!B1] nop
22 [B1] nop
28 [!B1] nop
35 [B1] nop
41 [!B1] nop
48 [B1] nop
54 [!B1] nop
61 [B1] nop
67 [!B1] no
    [all...]
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 17 enum bar B1;
mips64-class-return.cpp 11 class B1 {
14 class D1 : public B1 {
  /external/llvm/test/MC/AsmParser/
uppercase-hex.s 6 .short 0B1
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 9 struct B1 : A
17 struct D : B1, B2
29 void s4() throw(B1);
33 void (*s8())() throw(B1); // s8 returns a pointer to function with spec
34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
58 void (*t6)() throw(B1);
65 void (*(*t7)())() throw(B1) = &s8; // valid
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid

Completed in 798 milliseconds

1 2 3 4 5 6 7 8 91011>>