Home
last modified time | relevance | path

Searched defs:Base (Results 26 – 50 of 340) sorted by relevance

12345678910>>...14

/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomment-cplus-template-decls.cpp46 struct Base { struct
52 template<typename T> struct E : Base { argument
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A 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::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
104 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr16()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp20 struct Base { struct
25 struct Derived : public Foo::Base {
H A Denum-unscoped-nonexistent.cpp3 struct Base { struct
6 template<typename T> struct S : Base { argument
H A Dusing-decl-templates.cpp39 struct Base { struct
40 int foo;
70 class Base { class
H A Doffsetof.cpp16 struct Base { int x; }; argument
78 struct Base { struct
79 int Field;
H A DPR9884.cpp3 class Base { class
H A DPR7410.cpp5 struct Base { struct
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dpr20897.cpp2 struct Base {}; struct
H A Dmicrosoft-abi-methods.cpp62 class Base { class
64 Base() {} in Base() function in Base
H A Ddebug-info-template-fwd.cpp9 template <class A> class Base { class
H A Dvirt-canonical-decl.cpp3 class Base { class
H A Dapple-kext-indirect-call.C3 struct Base { struct
/minix/external/bsd/llvm/dist/clang/test/CXX/class/class.friend/
H A Dp1.cpp9 struct Base { struct
16 struct Derived : public Base { argument
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A 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
H A Dp8.cpp70 template <class T> struct Base { struct
71 typedef Base type;
/minix/external/bsd/llvm/dist/clang/test/CXX/class.derived/class.member.lookup/
H A Dp8.cpp7 struct Base { struct
9 int Member;
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet()
H A Dcxx0x-override-control-keywords.cpp4 struct Base { struct
/minix/external/bsd/llvm/dist/clang/test/Profile/
H A Dcxx-implicit.cpp9 struct Base { struct
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Darray-struct-region.cpp177 struct Base { struct
178 int& x;
180 Base(int& x) : x(x) {} in Base() argument
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp10 class Base { class
57 class Base { // expected-note 6{{member is declared here}} class
107 class Base { // expected-note 6{{member is declared here}} class
/minix/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/
H A Dp14.cpp106 struct Base { struct
107 virtual ~Base() {} in ~Base()
118 struct Base { struct
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dmember-access-ambig.cpp14 class Base class
40 typedef A<Derived> Base; typedef in PR11134::B
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp131 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDAddr12Encoding() local
141 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDAddr20Encoding() local
151 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDXAddr12Encoding() local
162 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDXAddr20Encoding() local
174 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDLAddr12Len8Encoding() local

12345678910>>...14