Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 11 of 11) 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/compiler-rt/lib/ubsan/
Dubsan_handlers.cc268 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
282 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
287 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 enum Bound { enum in SortedMultisetTestSuiteBuilder
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp517 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
2535 BoundInfo *Bound, in exploreDirections()
2635 BoundInfo *Bound, in testBounds()
2665 BoundInfo *Bound, in findBoundsALL()
2706 BoundInfo *Bound, in findBoundsEQ()
2748 BoundInfo *Bound, in findBoundsLT()
2795 BoundInfo *Bound, in findBoundsGT()
/external/v8/src/
Dtypes.h714 TypeHandle Bound(Region* region) { in Bound() function
749 TypeHandle Bound() { return this->Get(0); } in Bound() function
Dhydrogen-gvn.cc57 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::FINAL
/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/clang/lib/CodeGen/
DCGExpr.cpp707 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local