Searched refs:Base (Results 176 - 200 of 394) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/wtf/
H A DVector.h351 typedef VectorBufferBase<T> Base; typedef in class:WTF::VectorBuffer
378 using Base::allocateBuffer;
379 using Base::tryAllocateBuffer;
380 using Base::deallocateBuffer;
382 using Base::buffer;
383 using Base::bufferSlot;
384 using Base::capacity;
386 using Base::releaseBuffer;
388 using Base::m_buffer;
389 using Base
396 typedef VectorBufferBase<T> Base; typedef in class:WTF::VectorBuffer
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp242 bool SelectAFormAddr(SDNode *Op, SDValue N, SDValue &Base,
246 bool SelectDFormAddr(SDNode *Op, SDValue N, SDValue &Base,
251 SDValue &Base);
255 SDValue &Base, int minOffset, int maxOffset);
258 bool SelectXFormAddr(SDNode *Op, SDValue N, SDValue &Base,
310 \arg Base The base address
314 SPUDAGToDAGISel::SelectAFormAddr(SDNode *Op, SDValue N, SDValue &Base, argument
324 Base = CurDAG->getTargetConstant( val , MVT::i32);
347 Base = Op0;
355 Base
369 SelectDForm2Addr(SDNode *Op, SDValue N, SDValue &Disp, SDValue &Base) argument
390 SelectDFormAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index) argument
398 DFormAddressPredicate(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index, int minOffset, int maxOffset) argument
554 SelectXFormAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprMember.cpp636 Sema::BuildMemberReferenceExpr(Expr *Base, QualType BaseType, argument
645 return ActOnDependentMemberExpr(Base, BaseType,
653 if (!Base) {
663 ExprResult BaseResult = Owned(Base);
670 Base = BaseResult.take();
673 Owned(Base);
680 // LookupMemberExpr can modify Base, and thus change BaseType
681 BaseType = Base->getType();
684 return BuildMemberReferenceExpr(Base, BaseType,
810 ASTContext &C, Expr *Base, boo
809 BuildMemberExpr(Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = 0) argument
1061 PerformMemberExprBaseConversion(Expr *Base, bool IsArrow) argument
1506 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl, bool HasTrailingLParen) argument
1636 ExprResult Base = local
[all...]
H A DSemaDeclCXX.cpp944 // Check initialization of non-static data members. Base classes are
1055 // Base specifiers must be record types.
1081 assert(BaseDecl && "Base type is not incomplete, but has no definition");
1083 assert(CXXBaseDecl && "Base type is not a C++ type");
1222 /// derived from the type \p Base.
1223 bool Sema::IsDerivedFrom(QualType Derived, QualType Base) { argument
1231 CXXRecordDecl *BaseRD = GetClassForType(Base);
1240 /// derived from the type \p Base.
1241 bool Sema::IsDerivedFrom(QualType Derived, QualType Base, CXXBasePaths &Paths) { argument
1249 CXXRecordDecl *BaseRD = GetClassForType(Base);
1300 CheckDerivedToBaseConversion(QualType Derived, QualType Base, unsigned InaccessibleBaseID, unsigned AmbigiousBaseConvID, SourceLocation Loc, SourceRange Range, DeclarationName Name, CXXCastPath *BasePath) argument
1361 CheckDerivedToBaseConversion(QualType Derived, QualType Base, SourceLocation Loc, SourceRange Range, CXXCastPath *BasePath, bool IgnoreAccess) argument
4374 CXXBaseSpecifier *Base = Subobj.get<CXXBaseSpecifier*>(); local
4430 shouldDeleteForBase(CXXBaseSpecifier *Base) argument
6478 collect(const CXXRecordDecl *Base, void *OpaqueData) argument
6490 doesNotContain(const CXXRecordDecl *Base, void *OpaqueData) argument
6923 QualType Base = BaseIt->getType(); local
6963 const RecordType *Base = *BaseIt; local
10907 const CXXRecordDecl *Base = local
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp118 struct Base { struct
119 Base & operator =(Base &);
121 struct DirectVirtualBase : virtual Base {}; // expected-note {{copy assignment operator) not viable}}
/external/freetype/include/freetype/
H A Dftmoderr.h105 FT_MODERRDEF( Base, 0x000, "base module" )
/external/llvm/lib/Analysis/
H A DLoads.cpp90 Value *Base = V; local
92 Base = getUnderlyingObjectWithOffset(V, TD, ByteOffset);
96 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Base)) {
100 } else if (const GlobalValue *GV = dyn_cast<GlobalValue>(Base)) {
/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp78 for (unsigned Base = 0, BaseE = getNumRegClasses();
79 Base < BaseE; Base += 32) {
80 unsigned Idx = Base;
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp65 TUint* ptr = (TUint*) chunk.Base();
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSActivation.cpp40 const ClassInfo JSActivation::s_info = { "JSActivation", &Base::s_info, 0, 0 };
43 : Base(callFrame->globalData(), callFrame->globalData().activationStructure.get(), functionExecutable->symbolTable(), callFrame->registers())
63 Base::markChildren(markStack);
192 return Base::deleteProperty(exec, propertyName);
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSRuleCustom.cpp52 Base::markChildren(markStack);
H A DJSElementCustom.cpp56 Base::markChildren(markStack);
H A DJSMessagePortCustom.cpp46 Base::markChildren(markStack);
H A DJSSharedWorkerCustom.cpp48 Base::markChildren(markStack);
H A DJSWorkerContextBase.h42 typedef JSDOMGlobalObject Base; typedef in class:WebCore::JSWorkerContextBase
/external/clang/include/clang/AST/
H A DExprObjC.h462 Stmt *Base; member in class:clang::ObjCIvarRefExpr
475 D(d), Base(base), Loc(l), IsArrow(arrow), IsFreeIvar(freeIvar) {}
484 const Expr *getBase() const { return cast<Expr>(Base); }
485 Expr *getBase() { return cast<Expr>(Base); }
486 void setBase(Expr * base) { Base = base; }
507 child_range children() { return child_range(&Base, &Base+1); }
571 SourceLocation IdLoc, Expr *Base)
573 Base->isValueDependent(), Base
569 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
745 setBase(Expr *Base) argument
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1448 class Base {}; class
1449 class Derived : Base {};
1460 template <typename Base, typename Derived>
1462 int t[T(__is_base_of(Base, Derived))];
1464 template <typename Base, typename Derived>
1466 int t[F(__is_base_of(Base, Derived))];
1469 template <class T> class DerivedTemp : Base {};
1474 { int arr[T(__is_base_of(Base, Derived))]; }
1475 { int arr[T(__is_base_of(const Base, Derived))]; }
1476 { int arr[F(__is_base_of(Derived, Base))]; }
[all...]
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h243 const unsigned char* const Base; member in class:clang::OnDiskChainedHashTable
256 Buckets(buckets), Base(base), InfoObj(InfoObj) {
263 const unsigned char* getBase() const { return Base; }
298 const unsigned char* Items = Base + offset;
397 return key_iterator(Base + 4, getNumEntries(), &InfoObj);
461 return data_iterator(Base + 4, getNumEntries(), &InfoObj);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h246 SVal getLValue(const FieldDecl *decl, SVal Base) const;
249 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
252 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
646 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
647 return getStateManager().StoreMgr->getLValueIvar(D, Base);
650 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const {
651 return getStateManager().StoreMgr->getLValueField(D, Base);
655 SVal Base) const {
660 Base = SM.getLValueField(cast<FieldDecl>(*I), Base);
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp96 unsigned findMostDerivedSubobject(ASTContext &Ctx, QualType Base, argument
100 Type = Base;
686 APValue::LValueBase Base; member in struct:__anon3490::LValue
691 const APValue::LValueBase getLValueBase() const { return Base; }
700 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
702 V = APValue(Base, Offset, Designator.Entries,
707 Base = V.getLValueBase();
714 Base = B;
726 if (!Base) {
841 bool castToBase(const CXXRecordDecl *Base) { argument
950 NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) argument
967 APValue::LValueBase Base = LVal.getLValueBase(); local
1285 const CXXRecordDecl *Base = getAsBaseClass(D.Entries[I]); local
1296 HandleLValueDirectBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *Derived, const CXXRecordDecl *Base, const ASTRecordLayout *RL = 0) argument
1310 HandleLValueBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *DerivedDecl, const CXXBaseSpecifier *Base) argument
1490 getBaseIndex(const CXXRecordDecl *Derived, const CXXRecordDecl *Base) argument
1625 const CXXRecordDecl *Base = getAsBaseClass(Sub.Entries[I]); local
1722 const Expr *Base = LVal.Base.dyn_cast<const Expr*>(); local
1962 const CXXRecordDecl *Base = MemPtr.Path[N - I - 1]; local
3243 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl(); local
3305 const CXXRecordDecl *Base = I->getType()->getAsCXXRecordDecl(); local
3384 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl(); local
4244 LValue Base; local
[all...]
/external/chromium/base/
H A Dbind_helpers.h91 // want to probe for. Then we create a class Base that inherits from both T
96 // Now, if TargetFunc exists somewhere in T, then &Base::TargetFunc has an
106 // static const bool value = sizeof(GoodCheck<Base>(0)) == sizeof(Yes);
110 // by specializing GoodCheck() on Base instead of T.
113 // GoodCheck(Helper<&C::TargetFunc>*), when C = Base, fails to be a valid
114 // substitution if T::TargetFunc exists. Thus GoodCheck<Base>(0) will resolve
136 // MSVC warns when you try to use Base if T has a private destructor, the
138 // instantiate Base is made. We disable the warning for this definition.
142 struct Base : public T, public BaseMixin { struct in class:base::internal::SupportsAddRefAndRelease
157 static const bool value = sizeof(Check<Base>(
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp95 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Offset);
290 SelectAddr(SDNode *Parent, SDValue Addr, SDValue &Base, SDValue &Offset) { argument
295 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
302 Base = Addr.getOperand(0);
321 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
323 Base = Addr.getOperand(0);
345 Base = Addr.getOperand(0);
360 Base = Addr;

Completed in 2112 milliseconds

1234567891011>>