Searched defs:Bound (Results 1 – 11 of 11) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | loop-variable-optimizer.h | 30 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
|
| /third_party/rust/crates/regex/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
|
| D | mod.rs | 999 type Bound = char; typedef 1196 type Bound = u8; typedef
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/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()
|
| D | ScalarEvolution.cpp | 8661 auto SolveForBoundary = [&](APInt Bound) -> std::pair<Optional<APInt>,bool> { in SolveQuadraticAddRecRange()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDie.cpp | 116 Optional<uint64_t> Bound; in dumpArrayType() local
|
| /third_party/rust/crates/serde/serde/src/ser/ |
| D | impls.rs | 338 impl<T> Serialize for Bound<T> implementation
|
| /third_party/rust/crates/serde/serde/src/de/ |
| D | impls.rs | 2773 impl<'de, T> Deserialize<'de> for Bound<T> implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8664.cpp | 3222 const intptr_t Bound = Buffer.size(); in bind() local
|
| D | IceAssemblerX8632.cpp | 3058 const intptr_t Bound = Buffer.size(); in bind() local
|