Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h30 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/
Dinterval.rs338 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
Dmod.rs999 type Bound = char; typedef
1196 type Bound = u8; typedef
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 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/
DDependenceAnalysis.cpp1023 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()
DScalarEvolution.cpp8661 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/
DDWARFDie.cpp116 Optional<uint64_t> Bound; in dumpArrayType() local
/third_party/rust/crates/serde/serde/src/ser/
Dimpls.rs338 impl<T> Serialize for Bound<T> implementation
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2773 impl<'de, T> Deserialize<'de> for Bound<T> implementation
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp3222 const intptr_t Bound = Buffer.size(); in bind() local
DIceAssemblerX8632.cpp3058 const intptr_t Bound = Buffer.size(); in bind() local