Home
last modified time | relevance | path

Searched refs:IsRange (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc78 if (this->IsRange()) return this->AsRange()->Min(); in Min()
95 if (this->IsRange()) return this->AsRange()->Max(); in Max()
115 } else if (type->IsRange()) { in Glb()
141 if (type->IsRange()) return type->AsRange()->Lub(); in Lub()
468 if (this->IsRange()) { in SimplyEquals()
512 if (i > 1 && this->IsRange()) return false; // Shortcut. in SlowIs()
517 if (that->IsRange()) { in SlowIs()
518 return (this->IsRange() && Contains(that->AsRange(), this->AsRange())); in SlowIs()
520 if (this->IsRange()) return false; in SlowIs()
550 if (this->IsRange()) { in Maybe()
[all …]
Doperation-typer.cc115 if (type->IsRange()) return type; // Shortcut. in Rangify()
612 if (lhs->IsRange() && rhs->IsRange()) { in NumberMultiply()
Dtypes.h557 bool IsRange() { return IsKind(TypeBase::kRange); } in IsRange() function
/external/v8/src/ast/
Dast-types.cc83 if (this->IsRange()) return this->AsRange()->Min(); in Min()
99 if (this->IsRange()) return this->AsRange()->Max(); in Max()
118 } else if (type->IsRange()) { in Glb()
143 if (type->IsRange()) return type->AsRange()->Lub(); in Lub()
549 if (i > 1 && this->IsRange()) return false; // Shortcut. in SemanticIs()
554 if (that->IsRange()) { in SemanticIs()
555 return (this->IsRange() && Contains(that->AsRange(), this->AsRange())) || in SemanticIs()
559 if (this->IsRange()) return false; in SemanticIs()
648 if (this->IsRange()) { in SemanticMaybe()
652 if (that->IsRange()) { in SemanticMaybe()
[all …]
Dast-types.h827 bool IsRange() { return IsKind(AstTypeBase::kRange); } in IsRange() function
/external/pdfium/xfa/fxbarcode/common/
DBC_CommonBitArray.h26 bool IsRange(int32_t start, int32_t end, bool value, int32_t& e);
DBC_CommonBitArray.cpp65 bool CBC_CommonBitArray::IsRange(int32_t start, in IsRange() function in CBC_CommonBitArray
/external/libusb/libusb/os/
Dwindows_winusb.h905 BOOLEAN IsRange; member