HomeSort by relevance Sort by last modified time
    Searched full:asrange (Results 1 - 10 of 10) sorted by null

  /external/v8/src/ast/
ast-types.cc 83 if (this->IsRange()) return this->AsRange()->Min();
99 if (this->IsRange()) return this->AsRange()->Max();
120 AstBitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max()));
143 if (type->IsRange()) return type->AsRange()->Lub();
555 return (this->IsRange() && Contains(that->AsRange(), this->AsRange())) ||
557 Contains(that->AsRange(), this->AsConstant()));
650 return Contains(this->AsRange(), that->AsConstant());
653 return Overlap(this->AsRange(), that->AsRange())
    [all...]
ast-types.h 837 AstRangeType* AsRange() { return AstRangeType::cast(this); }
    [all...]
  /external/v8/src/compiler/
types.cc 78 if (this->IsRange()) return this->AsRange()->Min();
95 if (this->IsRange()) return this->AsRange()->Max();
117 BitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max());
141 if (type->IsRange()) return type->AsRange()->Lub();
518 return (this->IsRange() && Contains(that->AsRange(), this->AsRange()));
552 return Overlap(this->AsRange(), that->AsRange());
705 RangeType::Limits range_lims(range->AsRange());
    [all...]
operation-typer.cc 219 double lmin = lhs->AsRange()->Min();
220 double lmax = lhs->AsRange()->Max();
221 double rmin = rhs->AsRange()->Min();
222 double rmax = rhs->AsRange()->Max();
    [all...]
types.h 568 RangeType* AsRange() { return RangeType::cast(this); }
  /art/runtime/base/
array_slice.h 119 IterationRange<StrideIterator<T>> AsRange() {
  /art/runtime/mirror/
class-inl.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 110 SM.getExpansionLoc(I->getStart().asRange().getBegin()));
115 SourceRange EndEdge(SM.getExpansionLoc(I->getEnd().asRange().getBegin()));
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 279 PathDiagnosticRange asRange() const {
446 if (addPosRange && Pos.hasRange()) addRange(Pos.asRange());

Completed in 1330 milliseconds