Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/external/compiler-rt/test/profile/Linux/
Dcoverage_ctors.cpp6 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
Dcoverage_dtor.cpp7 struct Base { struct
9 Base(int B_) : B(B_) {} in Base() argument
10 ~Base() { g -= B; } in ~Base() argument
/external/clang/test/Profile/
Ddef-ctors.cpp5 struct Base { struct
7 Base() : B(2) {} in Base() argument
8 Base(const struct Base &b2) {} in Base() function
Ddef-dtors.cpp5 struct Base { struct
7 Base(int B_) : B(B_) {} in Base() argument
8 ~Base() {} in ~Base() argument
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() function
18 virtual ~Base() {} in ~Base() argument
Dsanitize-dtor-nontrivial-virtual-base.cpp13 struct Base { struct
16 Base() { in Base() argument
20 virtual ~Base() {} in ~Base() argument
Dpragma-pack-3.cpp3 struct Base { struct
7 struct Derived_1 : virtual Base argument
/external/compiler-rt/test/msan/
Ddtor-multiple-inheritance-nontrivial-class-members.cc57 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
Ddtor-derived-class.cc8 struct Base { struct
10 Base() { x = 5; } in Base() argument
11 virtual ~Base() {} in ~Base() argument
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp18 struct Base { struct
19 Base(int) {} in Base() argument
22 Base(T) {} in Base() function
Dcxx-offsetof-base.h3 struct Base { int x; }; argument
/external/clang/test/SemaTemplate/
Dtemp.cpp11 …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
Dinstantiate-elab-type-specifier.cpp5 template <class T> struct Base { struct
10 template <class T> struct Derived : Base<T> { argument
Ddependent-base-classes.cpp39 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;
Dtypo-dependent-name.cpp5 struct Base { struct
6 T inner;
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp69 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/
Dpragma-pack.cpp6 struct Base { struct
7 int i;
22 struct Base { struct
24 int x;
Dthread-safety-reference-handling.cpp4 class Base { class
6 Base() {} in Base() function in Base
/external/clang/test/CXX/class.derived/
Dp2.cpp6 struct Base {}; struct
7 int Base = 10; variable
/external/clang/test/CodeGenObjC/
Dobjc2-nonfragile-abi-impl.m4 @interface Base @end interface
10 @implementation Base { implementation
/external/clang/lib/AST/
DVTTBuilder.cpp39 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/
Doverriding-method-comments.mm59 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/
Dassign_rv_pair_U_V.pass.cpp22 struct Base struct
24 virtual ~Base() {} in ~Base() argument
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m9 @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/
Dp12.cpp29 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

12345678910>>...25