HomeSort by relevance Sort by last modified time
    Searched refs:getBase (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/llvm/include/llvm/Support/
MemoryObject.h 27 /// getBase - Returns the lowest valid address in the region.
30 virtual uint64_t getBase() const = 0;
34 /// is getBase() + getExtent() - 1).
41 /// @param address - The address of the byte, in the same space as getBase().
53 /// getBase().
StringRefMemoryObject.h 32 uint64_t getBase() const LLVM_OVERRIDE { return Base; }
StreamableMemoryObject.h 38 /// getBase - Returns the lowest valid address in the region.
41 virtual uint64_t getBase() const LLVM_OVERRIDE = 0;
45 /// is getBase() + getExtent() - 1).
53 /// @param address - The address of the byte, in the same space as getBase().
67 /// getBase().
81 /// @param address - address of the byte, in the same space as getBase()
89 /// @param address - address of the byte, in the same space as getBase()
96 /// @param address - address of the byte, in the same space as getBase()
108 virtual uint64_t getBase() const LLVM_OVERRIDE { return 0; }
  /external/llvm/lib/Support/
MemoryObject.cpp 20 uint64_t limit = getBase() + getExtent();
  /external/clang/lib/AST/
VTTBuilder.cpp 57 const CXXRecordDecl *RD = Base.getBase();
84 const CXXRecordDecl *RD = Base.getBase();
151 VTableIndex, Base.getBase(), VBases);
181 const CXXRecordDecl *RD = Base.getBase();
189 bool IsPrimaryVTT = Base.getBase() == MostDerivedClass;
211 LayoutVirtualVTTs(Base.getBase(), VBases);
ExprClassification.cpp 195 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
196 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase());
298 return ClassifyInternal(Ctx, cast<ExtVectorElementExpr>(E)->getBase());
460 Expr *Base = E->getBase()->IgnoreParens();
486 Expr *Base = E->getBase()->IgnoreParenImpCasts();
489 return ClassifyInternal(Ctx, E->getBase());
  /external/clang/include/clang/AST/
VTTBuilder.h 37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
40 const CXXRecordDecl *getBase() const {
53 return BaseSubobject(getBase(), getBaseOffset());
BaseSubobject.h 40 /// getBase - Returns the base class declaration.
41 const CXXRecordDecl *getBase() const { return Base; }
70 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
EvaluatedExprVisitor.h 48 return this->Visit(E->getBase());
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 100 !text.equals(mEntries.elementAt(mEntries.size() - 2).getBase())) {
115 String getBase() {
116 return current().getBase();
HistoryEntry.java 66 String getBase() {
HistoryAdapter.java 74 String base = entry.getBase();
75 expr.setText(entry.getBase());
  /frameworks/native/include/binder/
IMemory.h 43 virtual void* getBase() const = 0;
50 void* base() const { return getBase(); }
MemoryHeapBase.h 63 virtual void* getBase() const;
  /frameworks/native/services/surfaceflinger/tests/screencap/
screencap.cpp 53 w, h, heap->getBase());
59 b.setPixels(heap->getBase());
  /cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java 55 assertEquals(expected, chronometer.getBase());
61 assertEquals(expected, chronometer.getBase());
67 assertEquals(expected, chronometer.getBase());
73 assertEquals(expected, chronometer.getBase());
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 248 assertTrue(!getBase(name).equals(JAVA_CLASS_NAME));
272 assertTrue(!getBase(owner).equals(JAVA_CLASS_NAME));
287 assertTrue(!getBase(type).equals(JAVA_CLASS_NAME));
294 assertTrue(!getBase(owner).equals(JAVA_CLASS_NAME));
305 assertTrue(!getBase(type.getInternalName()).equals(JAVA_CLASS_NAME));
307 assertTrue(!getBase(type.getElementType().getInternalName())
319 private String getBase(String className) {
  /external/clang/lib/Sema/
ScopeInfo.cpp 59 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
65 IsExact = IE->getBase()->isObjCSelfExpr();
75 const Expr *DoubleBase = BaseProp->getBase();
96 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase());
122 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 128 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(),
142 if (M->isArrow() || bugreporter::isDeclRefExprToReference(M->getBase())) {
145 AddDerefSource(os, Ranges, M->getBase()->IgnoreParenCasts(),
154 AddDerefSource(os, Ranges, IV->getBase()->IgnoreParenCasts(),
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 45 llvm::DominatorTreeBase<CFGBlock>& getBase() { return *DT; }
70 if (DT->compare(Other.getBase()))
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 285 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
288 TIL->addBasicBlockToLoop(NewBB, LI->getBase());
291 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
300 P->addBasicBlockToLoop(NewBB, LI->getBase());
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralSubtree.java 72 public GeneralName getBase() {
  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 24 : VBInfo(VBInfo), NextBase(VBInfo.VBPtrSubobject.getBase()) { }
67 const CXXRecordDecl *CurBase = CurSubobject.getBase();
197 CGM.getContext().getASTRecordLayout(VBPtrSubobject.getBase());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 159 public GeneralName getBase()

Completed in 630 milliseconds

1 2 3 4 5 6