/external/clang/include/clang/AST/ |
D | ExprOpenMP.h | 91 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/ |
D | ParserCursor.java | 69 public int getLowerBound() { in getLowerBound() method in ParserCursor
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeRangeMap.java | 96 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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/ |
D | TypeSubtypeOfType.java | 99 …traint(new TypeSubtypeOfType(typeSolver, S, T.asTypeVariable().asTypeParameter().getLowerBound())); in reduce()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
D | ResolvedTypeParameterDeclaration.java | 202 default ResolvedType getLowerBound() {
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | TypeHelper.java | 354 ResolvedType Bi = TPs.get(i).hasLowerBound() ? TPs.get(i).getLowerBound() : object; in nonWildcardParameterizationOf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 797 const SCEV *getLowerBound(BoundInfo *Bound) const;
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 796 const SCEV *getLowerBound(BoundInfo *Bound) const;
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 295 : Count(N->getCount()), LowerBound(N->getLowerBound()) {} 298 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
|
D | AsmWriter.cpp | 1585 Printer.printInt("lowerBound", N->getLowerBound()); in writeDISubrange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 331 LowerBound(N->getLowerBound()) {} 334 if (LowerBound != RHS->getLowerBound())
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 1512 if (Node->getLowerBound()) in VisitOMPArraySectionExpr() 1513 PrintExpr(Node->getLowerBound()); in VisitOMPArraySectionExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 940 EXPECT_EQ(7, N->getLowerBound()); in TEST_F() 955 EXPECT_EQ(0, N->getLowerBound()); in TEST_F() 973 EXPECT_EQ(0, N->getLowerBound()); in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 328 return getTemporary(getContext(), getCount(), getLowerBound()); 337 int64_t getLowerBound() const { return LowerBound; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 356 return getTemporary(getContext(), getRawCountNode(), getLowerBound()); 368 int64_t getLowerBound() const { return LowerBound; }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1274 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
|
D | CodeViewDebug.cpp | 1017 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 877 EXPECT_EQ(7, N->getLowerBound()); in TEST_F() 889 EXPECT_EQ(0, N->getLowerBound()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2706 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() 2944 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2634 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() 2872 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1381 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
|
D | CodeViewDebug.cpp | 1402 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 3051 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() 3070 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 551 Record.AddStmt(E->getLowerBound()); in VisitOMPArraySectionExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 8538 if (E->getLowerBound()) { in TransformOMPArraySectionExpr() 8539 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformOMPArraySectionExpr() 8552 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength()) in TransformOMPArraySectionExpr()
|