Home
last modified time | relevance | path

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

12345678910>>...34

/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() function
8 ~Base() {} in ~Base() argument
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() argument
18 virtual ~Base() {} in ~Base() argument
Dsanitize-dtor-nontrivial-virtual-base.cpp13 struct Base { struct
16 Base() { in Base() function
20 virtual ~Base() {} in ~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() function
22 Base(T) {} in Base() argument
Dcxx-offsetof-base.h3 struct Base { int x; }; struct
/external/clang/test/SemaTemplate/
Dtemp.cpp11 …namespace A { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… struct
12 …namespace B { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… struct
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;
Dclass-template-ctor-initializer.cpp13 typedef A<X> Base; typedef
37 class Base { class
39 Base() {} in Base() function in PR7259::Base
60 struct Base { Base(int); }; // expected-note {{candidate constructor not viable}} struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp77 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
83 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
89 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
95 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM()
101 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM()
107 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM()
113 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
119 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10()
125 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1()
131 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl2()
[all …]
/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/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp58 SDValue Base; member
191 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Only()
194 bool selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Pair()
197 bool selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Only()
200 bool selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Pair()
205 bool selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr12Pair()
208 bool selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr20Pair()
213 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only()
219 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair()
225 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only()
[all …]
/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/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
/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

12345678910>>...34