Searched defs:Bound (Results 1 – 11 of 11) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 29 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/ |
D | ubsan_handlers.cc | 268 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/ |
D | SortedMultisetTestSuiteBuilder.java | 109 enum Bound { enum in SortedMultisetTestSuiteBuilder
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 517 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2463 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/ |
D | types.h | 714 TypeHandle Bound(Region* region) { in Bound() function 749 TypeHandle Bound() { return this->Get(0); } in Bound() function
|
D | hydrogen-gvn.cc | 57 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::FINAL
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_tytypes.h | 102 } Bound; member
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | DerivedCollectionGenerators.java | 334 public enum Bound { enum in DerivedCollectionGenerators
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 115 Bound /* in use (holding value of some vreg) */ enumerator
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 707 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
|