Home
last modified time | relevance | path

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

12345678910>>...17

/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp9 struct Base { struct
10 Base(int) {} in Base() function
13 Base(T) {} in Base() function
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… 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;
Dclass-template-ctor-initializer.cpp11 typedef A<X> Base; typedef
35 class Base { class
37 Base() {} in Base() function in PR7259::Base
58 struct Base { Base(int); }; // expected-note 2{{candidate}} struct
Dtypo-dependent-name.cpp5 struct Base { struct
6 T inner;
/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/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp58 SDValue Base; member
187 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Only()
190 bool selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Pair()
193 bool selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Only()
196 bool selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Pair()
201 bool selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr12Pair()
204 bool selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr20Pair()
209 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only()
215 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair()
221 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only()
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp68 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
74 bool MipsDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, in selectAddrRegReg()
80 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
86 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
92 bool MipsDAGToDAGISel::selectIntAddrMM(SDValue Addr, SDValue &Base, in selectIntAddrMM()
98 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
104 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
110 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr16()
DMipsSEISelDAGToDAG.cpp273 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, in selectAddrFrameIndex()
286 bool MipsSEDAGToDAGISel::selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, in selectAddrFrameIndexOffset()
310 bool MipsSEDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
360 bool MipsSEDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, in selectAddrRegReg()
372 bool MipsSEDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
379 bool MipsSEDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
385 bool MipsSEDAGToDAGISel::selectAddrRegImm9(SDValue Addr, SDValue &Base, in selectAddrRegImm9()
396 bool MipsSEDAGToDAGISel::selectAddrRegImm10(SDValue Addr, SDValue &Base, in selectAddrRegImm10()
408 bool MipsSEDAGToDAGISel::selectAddrRegImm12(SDValue Addr, SDValue &Base, in selectAddrRegImm12()
419 bool MipsSEDAGToDAGISel::selectAddrRegImm16(SDValue Addr, SDValue &Base, in selectAddrRegImm16()
[all …]
/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/v8/test/mjsunit/compiler/
Dcompare-map-elim2.js36 function Base() { class
39 Base.prototype.__defineGetter__("value", function() { return 1; }); class
66 function Base() { class
100 function Base() { class
/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/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/CodeGenObjC/
Dobjc2-nonfragile-abi-impl.m4 @interface Base @end interface
10 @implementation Base { implementation
/external/clang/test/CXX/class.derived/
Dp2.cpp6 struct Base {}; struct
7 int Base = 10; variable
/external/eigen/Eigen/src/SparseCore/
DSparseCwiseUnaryOp.h38 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator Base; typedef
61 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeReverseIterator Base; typedef
102 typedef typename CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator Base; typedef
124 typedef typename CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeReverseIterator Base; typedef
/external/v8/test/mjsunit/harmony/
Dsuper.js9 function Base() { } class in TestSuperNamedLoads
17 Base.prototype.f = fBase.toMethod(Base.prototype); class
47 function Base() {} class in TestGetter
/external/clang/test/CodeGenCXX/
Dpragma-pack-3.cpp3 struct Base { struct
7 struct Derived_1 : virtual Base argument
Dpragma-pack.cpp3 struct Base { struct
9 struct Sub : virtual Base { argument
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp27 struct Base { struct
73 struct Base { struct
107 struct Base { struct
108 template <class T> Opaque<0> foo() { return Opaque<0>(); } in foo()
109 template <int n> Opaque<1> foo() { return Opaque<1>(); } in foo()
148 class Base { class
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Drv_pair_U_V.pass.cpp20 struct Base struct
22 virtual ~Base() {} in ~Base() argument
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm3 @interface Base interface
4 - (id) meth1: (Base *)arg1; // expected-note {{using}}

12345678910>>...17