Home
last modified time | relevance | path

Searched defs:getLowerBound (Results 1 – 12 of 12) sorted by relevance

/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/llvm-project/clang/include/clang/AST/
DExprOpenMP.h94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function
95 const Expr *getLowerBound() const { in getLowerBound() function
/external/guava/android/guava/src/com/google/common/collect/
DTreeRangeMap.java93 Cut<K> getLowerBound() { in getLowerBound() method in TreeRangeMap.RangeMapEntry
/external/guava/guava/src/com/google/common/collect/
DTreeRangeMap.java94 Cut<K> getLowerBound() { in getLowerBound() method in TreeRangeMap.RangeMapEntry
/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java526 public TypeMirror getLowerBound() { in getLowerBound() method in TurbineTypeMirror.TurbineTypeVariable
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp375 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange
465 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2955 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h320 int64_t getLowerBound() const { return LowerBound; } in getLowerBound() function
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2872 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp2944 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1651 AffineBound AffineForOp::getLowerBound() { in getLowerBound() function in AffineForOp