Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Dloop-variable-optimizer.h30 struct Bound { struct
31 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {} in Bound() function
37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() argument
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DBound.java13 public abstract class Bound { class
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 enum Bound { enum in SortedMultisetTestSuiteBuilder
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
337 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
342 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1012 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2529 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2599 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2704 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2732 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2771 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2811 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2855 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2632 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2660 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2699 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2739 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2783 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/external/tensorflow/tensorflow/core/kernels/
Dresize_area_op.cc277 static EIGEN_ALWAYS_INLINE int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeAreaOp
Dresize_bicubic_op_test.cc83 inline int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeBicubicOpTest
Dresize_bicubic_op.cc68 inline int64 Bound(int64 val, int64 limit) { in Bound() function
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java334 public enum Bound { enum in DerivedCollectionGenerators
/external/clang/lib/CodeGen/
DCGExpr.cpp751 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3847 const intptr_t Bound = Buffer.size(); in bind() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp7625 unsigned Bound = Last >= 2 ? Last - 2 : 0; in getListOfPossibleValues() local