/external/rust/crates/regex-syntax/src/hir/ |
D | interval.rs | 338 type Bound: Bound; typedef 340 fn lower(&self) -> Self::Bound; in lower() 341 fn upper(&self) -> Self::Bound; in upper() 342 fn set_lower(&mut self, bound: Self::Bound); in set_lower() 343 fn set_upper(&mut self, bound: Self::Bound); in set_upper() 350 fn create(lower: Self::Bound, upper: Self::Bound) -> Self { in create() 466 pub trait Bound: trait
|
/external/rust/crates/rustversion/src/ |
D | bound.rs | 10 pub enum Bound { enum 15 pub fn parse(paren: Group, iter: Iter) -> Result<Bound> { in parse()
|
/external/rust/crates/intrusive-collections/src/ |
D | lib.rs | 309 pub enum Bound<T> { enum
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | Bound.java | 13 public abstract class Bound { class
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | type.h | 55 explicit Bound(MaybeSubscriptIntExpr &&expr) : expr_{std::move(expr)} {} in Bound() function 73 Bound(Category category) : category_{category} {} in Bound() function 74 Bound(Category category, MaybeSubscriptIntExpr &&expr) in Bound() function
|
/external/libcap/cap/ |
D | iab.go | 31 Bound const
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMultisetTestSuiteBuilder.java | 109 enum Bound { enum in SortedMultisetTestSuiteBuilder
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMultisetTestSuiteBuilder.java | 109 enum Bound { enum in SortedMultisetTestSuiteBuilder
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 321 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-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1023 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local 2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2610 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections() 2715 BoundInfo *Bound, const SCEV *Delta) const { in testBounds() 2743 BoundInfo *Bound, unsigned K) const { in findBoundsALL() 2782 BoundInfo *Bound, unsigned K) const { in findBoundsEQ() 2822 BoundInfo *Bound, unsigned K) const { in findBoundsLT() 2866 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1025 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()
|
D | DemandedBits.cpp | 510 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 589 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 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/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 709 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
|
D | Parser.cpp | 376 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cpp | 436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() 452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() 457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | reduction.cu | 209 static SHARED unsigned Bound; in __kmpc_nvptx_teams_reduce_nowait_v2() local
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_area_op.cc | 278 static EIGEN_ALWAYS_INLINE int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeAreaOp
|
D | resize_bicubic_op_test.cc | 85 inline int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeBicubicOpTest
|
D | resize_bicubic_op.cc | 69 inline int64 Bound(int64 val, int64 limit) { in Bound() function
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | DerivedCollectionGenerators.java | 319 public enum Bound { enum in DerivedCollectionGenerators
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | DerivedCollectionGenerators.java | 319 public enum Bound { enum in DerivedCollectionGenerators
|