Home
last modified time | relevance | path

Searched defs:B1 (Results 1 – 25 of 117) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
Dptr-to-member-function.cpp48 struct B1 { struct
51 B1(int i) : pmf(&A::foo), im(i) { in B1() argument
62 B1 b = B1(1); in main() argument
Dmicrosoft-abi-rtti.cpp22 struct B1 : virtual A1 { virtual void f() {} B1() {} } b1; in f() function
Dmember-function-pointers.cpp91 struct B1 { struct
92 bool (A::*pmf)(int*) const;
93 const A* pa;
95 B1() : pmf(&A::foo), pa(&a) {} in B1() function
96 bool operator()() const { return (pa->*pmf)(new int); } in operator ()()
Dptr-to-datamember.cpp21 struct B1 : virtual V{ struct
23 int iB1; argument
26 class A : public B, public B1 { argument
Dms-novtable.cpp19 struct __declspec(novtable) B1 : virtual A1 {} b1; struct
/external/clang/test/SemaTemplate/
Dclass-template-ctor-initializer.cpp12 template<class X> struct B1 : A<X> { struct
14 B1() : Base() {} in B1() function
Ddependent-base-member-init.cpp12 template<class C> class B1 : public A1 { class
13 B1(C x) : A1(x.x) {} in B1() function in B1
/external/clang/test/Layout/
Dms-x86-vfvb-sharing.cpp9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } }; in B1() struct
Dms-x86-primary-bases.cpp9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } virtual void g() { printf("B… in g() function
Dms-x86-bitfields-vbases.cpp7 struct B1 { int a; }; argument
Dms-x86-vtordisp.cpp14 struct __declspec(align(16)) B1 { struct
16 B1() : a(0xf00000B1) {} in B1() argument
17 virtual void f() { printf("B1"); } in f() argument
Dms-x86-vfvb-alignment.cpp9 struct B1 { char a; B1() : a(0xB1) {} }; in B1() struct
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m26 @interface B1 : A <P1> interface
29 @implementation B1 implementation
Dduplicate-ivar-check.m3 @interface B1 { interface
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
DB_one.h1 short *B1; variable
/external/clang/test/Index/
Dindex-suppress-refs.hpp2 class B1 {}; class
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp10 enum Baz {B1, B2, B3}; enumerator
14 enum Baz {B1, B2, B3}; enumerator
Dalignment-of-derived-class.cpp12 struct B1 : public A { struct
Dcxx1y-contextual-conversion-tweaks.cpp69 struct B1 { struct
115 struct B1 { // leads to one viable match in both cases struct
Dambiguous-builtin-unary-operator.cpp25 struct B1 { operator volatile long&(); }; struct
/external/clang/test/CXX/except/except.spec/
Dp5-virtual.cpp9 struct B1 : A struct
/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_base_of.pass.cpp32 struct B1 : B {}; struct
/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
Drebind.pass.cpp27 template <class T> struct B1 {}; struct
/external/webp/src/dsp/
Drescaler_neon.c77 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half); in RescalerExportRowExpand() local
137 const uint32x4_t B1 = vqsubq_u32(in3, A1); in RescalerExportRowShrink() local
159 const uint16x4_t B1 = vmovn_u32(A1); in RescalerExportRowShrink() local
/external/clang/test/Sema/
Dms_bitfield_layout.c186 typedef struct B1 { struct
191 } B1; argument

12345