Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
38 bool FontData::Bound(int32_t offset) { 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/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp547 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2512 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2584 BoundInfo *Bound, in exploreDirections()
2684 BoundInfo *Bound, in testBounds()
2714 BoundInfo *Bound, in findBoundsALL()
2755 BoundInfo *Bound, in findBoundsEQ()
2797 BoundInfo *Bound, in findBoundsLT()
2843 BoundInfo *Bound, in findBoundsGT()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h102 } Bound; member
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java334 public enum Bound { enum in DerivedCollectionGenerators
/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c115 Bound /* in use (holding value of some vreg) */ enumerator
/external/v8/src/crankshaft/
Dhydrogen-gvn.cc58 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::HInstructionMap
/external/clang/lib/CodeGen/
DCGExpr.cpp726 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local