Searched refs:Base (Results 326 - 350 of 519) sorted by relevance

<<11121314151617181920>>

/external/clang/test/SemaCXX/
H A Dnew-delete.cpp151 class Base { class
160 class Thai : public Base {
H A Doverload-call.cpp356 struct Base {}; struct in namespace:test3
359 void foo(Base *); // expected-note 2 {{cannot convert argument of incomplete type}}
360 void foo(Base &); // expected-note 2 {{cannot convert argument of incomplete type}}
/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h39 typedef ArrayBase<ArrayWrapper> Base; typedef in class:Eigen::ArrayWrapper
152 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base; typedef in class:Eigen::MatrixWrapper
H A DSelfCwiseBinaryOp.h50 typedef typename internal::dense_xpr_base<SelfCwiseBinaryOp>::type Base; typedef in class:Eigen::SelfCwiseBinaryOp
150 return Base::operator=(rhs);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAngleAxis.h48 typedef RotationBase<AngleAxis<_Scalar>,3> Base; typedef in class:Eigen::AngleAxis
52 using Base::operator*;
/external/eigen/Eigen/src/Geometry/
H A DAngleAxis.h51 typedef RotationBase<AngleAxis<_Scalar>,3> Base; typedef in class:Eigen::AngleAxis
55 using Base::operator*;
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp42 typedef InstVisitor<CallAnalyzer, bool> Base; typedef in class:__anon9395::CallAnalyzer
293 return Base::visitAlloca(I);
338 // Add the result as a new mapping to Base + Offset.
581 return Base::visitSub(I);
724 return Base::visitCallSite(CS);
752 return Base::visitCallSite(CS);
767 return Base::visitCallSite(CS);
781 return Base::visitCallSite(CS);
818 if (Base::visit(I))
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp171 const MachineOperand &Base = MI->getOperand(OpNo); local
174 if (Base.isReg())
/external/webkit/Source/WebCore/bindings/js/
H A DJSHistoryCustom.cpp153 return Base::deleteProperty(exec, propertyName);
161 Base::getOwnPropertyNames(exec, propertyNames, mode);
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.cpp152 return getStaticValueSlot<JSTestInterface, Base>(exec, &JSTestInterfaceTable, this, propertyName, slot);
157 return getStaticValueDescriptor<JSTestInterface, Base>(exec, &JSTestInterfaceTable, this, propertyName, descriptor);
H A DJSTestMediaQueryListListener.cpp148 return getStaticValueSlot<JSTestMediaQueryListListener, Base>(exec, &JSTestMediaQueryListListenerTable, this, propertyName, slot);
153 return getStaticValueDescriptor<JSTestMediaQueryListListener, Base>(exec, &JSTestMediaQueryListListenerTable, this, propertyName, descriptor);
H A DJSTestSerializedScriptValueInterface.cpp138 return getStaticValueSlot<JSTestSerializedScriptValueInterface, Base>(exec, &JSTestSerializedScriptValueInterfaceTable, this, propertyName, slot);
143 return getStaticValueDescriptor<JSTestSerializedScriptValueInterface, Base>(exec, &JSTestSerializedScriptValueInterfaceTable, this, propertyName, descriptor);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp56 void AppendVTablePointer(BaseSubobject Base, llvm::Constant *VTable,
91 void ConstStructBuilder::AppendVTablePointer(BaseSubobject Base, argument
96 CGM.getVTableContext().getVTableLayout(VTableClass).getAddressPoint(Base);
105 AppendBytes(Base.getBaseOffset(), VTableAddressPoint);
461 for (CXXRecordDecl::base_class_const_iterator Base = CD->bases_begin(),
462 BaseEnd = CD->bases_end(); Base != BaseEnd; ++Base, ++BaseNo) {
463 assert(!Base->isVirtual() && "should not have virtual bases here");
464 const CXXRecordDecl *BD = Base->getType()->getAsCXXRecordDecl();
471 BaseInfo &Base local
[all...]
H A DCodeGenTypes.cpp307 #define TYPE(Class, Base)
308 #define ABSTRACT_TYPE(Class, Base)
309 #define NON_CANONICAL_TYPE(Class, Base) case Type::Class:
310 #define DEPENDENT_TYPE(Class, Base) case Type::Class:
311 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) case Type::Class:
H A DItaniumCXXABI.cpp66 llvm::Value *Base,
328 llvm::Value *Base,
335 unsigned AS = Base->getType()->getPointerAddressSpace();
338 Base = Builder.CreateBitCast(Base, Builder.getInt8Ty()->getPointerTo(AS));
341 llvm::Value *Addr = Builder.CreateInBoundsGEP(Base, MemPtr, "memptr.offset");
358 /// ^Derived address point ^Base address point ^Member address point
576 const CXXRecordDecl *Base = RD; local
579 std::swap(Base, Derived);
581 getContext().getASTRecordLayout(Derived).getBaseClassOffset(Base);
327 EmitMemberDataPointerAddress(CodeGenFunction &CGF, llvm::Value *Base, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
[all...]
H A DCGCXX.cpp68 const CXXRecordDecl *Base local
70 if (Base->hasTrivialDestructor()) continue;
75 UniqueBase = Base;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp367 const Matcher<NamedDecl> &Base,
554 const Matcher<NamedDecl> &Base,
563 if (typeHasMatchingAlias(TypeNode, Base, Builder))
610 if (Base.matches(*ClassDecl, this, Builder))
612 if (classIsDerivedFrom(ClassDecl, Base, Builder))
553 classIsDerivedFrom(const CXXRecordDecl *Declaration, const Matcher<NamedDecl> &Base, BoundNodesTreeBuilder *Builder) argument
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h94 using Base::IsRowMajor;
569 : Base(), m_outerSize(0), m_innerSize(0), m_outerIndex(0), m_innerNonZeros(0)
603 Base::operator=(other);
612 { return Base::operator=(product); }
616 { return Base::operator=(other.derived()); }
620 { return Base::operator=(other.derived()); }
673 return Base::operator=(other.derived());
/external/chromium/base/
H A Dstring_number_conversions.cc209 class Base { class in class:base::__anon1733::IteratorRangeToNumber
246 class Positive : public Base<Positive> {
262 class Negative : public Base<Negative> {
/external/chromium/base/win/
H A Dpe_image.cc164 return functions + ordinal - exports->Base;
233 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
265 UINT ordinal_base = exports->Base;
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h181 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {}
186 typedef typename Base::RhsScalar RhsScalar;
261 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {}
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp838 /// Move parts of Base into Rest to leave Base with the minimal
841 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, argument
843 while (const SCEVAddRecExpr *A = dyn_cast<SCEVAddRecExpr>(Base)) {
844 Base = A->getStart();
852 if (const SCEVAddExpr *A = dyn_cast<SCEVAddExpr>(Base)) {
853 Base = A->getOperand(A->getNumOperands()-1);
857 ExposePointerBase(Base, Rest, SE);
1315 const SCEV *Base = S->getStart(); local
1318 ExposePointerBase(Base, RestArra
[all...]
/external/llvm/lib/Object/
H A DMachOObject.cpp35 StringRef Buffer, uint64_t Base,
41 if (Base + Size > Buffer.size()) {
48 const_cast<char *>(Buffer.data() + Base));
34 ReadInMemoryStruct(const MachOObject &MOO, StringRef Buffer, uint64_t Base, InMemoryStruct<T> &Res) argument
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp80 Value *Base; member in struct:__anon9952::Factor
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} argument
85 /// \brief Sort factors by their Base.
88 return LHS.Base < RHS.Base;
95 return LHS.Base == RHS.Base;
1338 InnerProduct.push_back(Factors[LastIdx].Base);
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend36 ATTRIBUTE Ascend-User-Acct-Base 142 integer
66 ATTRIBUTE Ascend-Base-Channel-Count 172 integer
280 VALUE Ascend-User-Acct-Base Base-10 0
281 VALUE Ascend-User-Acct-Base Base-16 1

Completed in 417 milliseconds

<<11121314151617181920>>