/external/compiler-rt/test/profile/Linux/ |
D | coverage_ctors.cpp | 6 struct Base { struct 8 Base() : B(0) {} in Base() argument 9 Base(const Base &b2) { in Base() function 12 Base(Base &&b2) { in Base() function
|
D | coverage_dtor.cpp | 7 struct Base { struct 9 Base(int B_) : B(B_) {} in Base() argument 10 ~Base() { g -= B; } in ~Base() argument
|
/external/clang/test/Profile/ |
D | def-ctors.cpp | 5 struct Base { struct 7 Base() : B(2) {} in Base() argument 8 Base(const struct Base &b2) {} in Base() function
|
D | def-dtors.cpp | 5 struct Base { struct 7 Base(int B_) : B(B_) {} in Base() argument 8 ~Base() {} in ~Base() argument
|
/external/clang/test/CodeGenCXX/ |
D | sanitize-dtor-repress-aliasing.cpp | 14 struct Base { struct 17 Base() { x = 5; } in Base() function 18 virtual ~Base() {} in ~Base() argument
|
D | sanitize-dtor-nontrivial-virtual-base.cpp | 13 struct Base { struct 16 Base() { in Base() argument 20 virtual ~Base() {} in ~Base() argument
|
D | pragma-pack-3.cpp | 3 struct Base { struct 7 struct Derived_1 : virtual Base argument
|
/external/compiler-rt/test/msan/ |
D | dtor-multiple-inheritance-nontrivial-class-members.cc | 57 struct Base { struct 68 Base(int *derived_a, Vector<int> *derived_v1, Vector<int> *derived_v2, in Base() argument 79 virtual ~Base() { in ~Base() argument
|
D | dtor-derived-class.cc | 8 struct Base { struct 10 Base() { x = 5; } in Base() argument 11 virtual ~Base() {} in ~Base() argument
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 18 struct Base { struct 19 Base(int) {} in Base() argument 22 Base(T) {} in Base() function
|
D | cxx-offsetof-base.h | 3 struct Base { int x; }; argument
|
/external/clang/test/SemaTemplate/ |
D | temp.cpp | 11 …namespace A { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… argument 12 …namespace B { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… argument
|
D | instantiate-elab-type-specifier.cpp | 5 template <class T> struct Base { struct 10 template <class T> struct Derived : Base<T> { argument
|
D | dependent-base-classes.cpp | 39 struct Base { struct 40 class Nested { }; 41 template<typename U> struct MemberTemplate { }; 42 int a; 127 template <class T> struct Base { struct 128 Base* p;
|
D | typo-dependent-name.cpp | 5 struct Base { struct 6 T inner;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 69 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() 75 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault() 81 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr() 87 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM() 93 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM() 99 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM() 105 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM() 111 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA() 117 bool MipsDAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base, in selectAddr16() 123 bool MipsDAGToDAGISel::selectAddr16SP(SDValue Addr, SDValue &Base, in selectAddr16SP()
|
/external/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 6 struct Base { struct 7 int i; 22 struct Base { struct 24 int x;
|
D | thread-safety-reference-handling.cpp | 4 class Base { class 6 Base() {} in Base() function in Base
|
/external/clang/test/CXX/class.derived/ |
D | p2.cpp | 6 struct Base {}; struct 7 int Base = 10; variable
|
/external/clang/test/CodeGenObjC/ |
D | objc2-nonfragile-abi-impl.m | 4 @interface Base @end interface 10 @implementation Base { implementation
|
/external/clang/lib/AST/ |
D | VTTBuilder.cpp | 39 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, in AddVTablePointer() 56 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { in LayoutSecondaryVTTs() 77 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, in LayoutSecondaryVirtualPointers() 144 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, in LayoutSecondaryVirtualPointers() 176 void VTTBuilder::LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) { in LayoutVTT()
|
/external/clang/test/Index/ |
D | overriding-method-comments.mm | 59 struct Base { struct 64 …omments.mm" line="[[@LINE-2]]" column="16"><Name>foo_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR>… argument 76 …ts.mm" line="[[@LINE-2]]" column="16"><Name>foo_outofline</Name><USR>c:@S@Base@F@foo_outofline#I#<… argument 79 void Base::foo_outofline(int RRR) {} argument
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_rv_pair_U_V.pass.cpp | 22 struct Base struct 24 virtual ~Base() {} in ~Base() argument
|
/external/clang/test/SemaObjC/ |
D | warn-superclass-method-mismatch.m | 9 @interface Base : Root interface 11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}} argument 26 -(void) method2: (Base*) x; // no need to warn. At call point we warn if need be. argument 28 + mathod4: (Base*)x1; argument
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p12.cpp | 29 struct Base { struct 75 struct Base { struct 109 struct Base { struct 110 template <class T> Opaque<0> foo() { return Opaque<0>(); } in foo() 111 template <int n> Opaque<1> foo() { return Opaque<1>(); } in foo() 150 class Base { class 169 struct Base { struct 184 struct Base { struct
|