Home
last modified time | relevance | path

Searched refs:getLowerBound (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/include/clang/AST/
DExprOpenMP.h91 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function
92 const Expr *getLowerBound() const { in getLowerBound() function
/external/apache-http/src/org/apache/http/message/
DParserCursor.java69 public int getLowerBound() { in getLowerBound() method in ParserCursor
/external/guava/guava/src/com/google/common/collect/
DTreeRangeMap.java96 Cut<K> getLowerBound() { in getLowerBound() method in TreeRangeMap.RangeMapEntry
185 putRangeMapEntry(rangeMapEntry.getLowerBound(), rangeToRemove.lowerBound, in remove()
542 if (entry.getLowerBound().compareTo(subRange.upperBound) >= 0) {
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h793 const SCEV *getLowerBound(BoundInfo *Bound) const;
/external/llvm/lib/IR/
DLLVMContextImpl.h283 : Count(N->getCount()), LowerBound(N->getLowerBound()) {}
286 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
DAsmWriter.cpp1534 Printer.printInt("lowerBound", N->getLowerBound()); in writeDISubrange()
/external/clang/lib/AST/
DStmtPrinter.cpp1382 if (Node->getLowerBound()) in VisitOMPArraySectionExpr()
1383 PrintExpr(Node->getLowerBound()); in VisitOMPArraySectionExpr()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h336 return getTemporary(getContext(), getCount(), getLowerBound());
345 int64_t getLowerBound() const { return LowerBound; }
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1280 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
/external/llvm/unittests/IR/
DMetadataTest.cpp875 EXPECT_EQ(7, N->getLowerBound()); in TEST_F()
887 EXPECT_EQ(0, N->getLowerBound()); in TEST_F()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2687 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds()
2934 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceAnalysis
/external/clang/lib/CodeGen/
DCGExpr.cpp2849 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr()
2868 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr()
/external/robolectric/v1/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/clang/lib/Serialization/
DASTWriterStmt.cpp537 Writer.AddStmt(E->getLowerBound()); in VisitOMPArraySectionExpr()
/external/clang/lib/Sema/
DTreeTransform.h8229 if (E->getLowerBound()) { in TransformOMPArraySectionExpr()
8230 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformOMPArraySectionExpr()
8243 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength()) in TransformOMPArraySectionExpr()
DSemaChecking.cpp8683 if (ASE->getLowerBound()) in CheckArrayAccess()
8684 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp898 Record.push_back(rotateSign(N->getLowerBound())); in WriteDISubrange()
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12