Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc79 if (this->IsRange()) return this->AsRange()->Min(); in Min()
96 if (this->IsRange()) return this->AsRange()->Max(); in Max()
116 } else if (type->IsRange()) { in Glb()
142 if (type->IsRange()) return type->AsRange()->Lub(); in Lub()
483 if (this->IsRange()) { in SimplyEquals()
527 if (i > 1 && this->IsRange()) return false; // Shortcut. in SlowIs()
532 if (that->IsRange()) { in SlowIs()
533 return (this->IsRange() && Contains(that->AsRange(), this->AsRange())); in SlowIs()
535 if (this->IsRange()) return false; in SlowIs()
565 if (this->IsRange()) { in Maybe()
[all …]
Doperation-typer.cc115 if (type->IsRange()) return type; // Shortcut. in Rangify()
613 if (lhs->IsRange() && rhs->IsRange()) { in NumberMultiply()
Dtypes.h576 bool IsRange() { return IsKind(TypeBase::kRange); } in IsRange() function
/external/v8/src/ast/
Dast-types.cc84 if (this->IsRange()) return this->AsRange()->Min(); in Min()
100 if (this->IsRange()) return this->AsRange()->Max(); in Max()
119 } else if (type->IsRange()) { in Glb()
144 if (type->IsRange()) return type->AsRange()->Lub(); in Lub()
550 if (i > 1 && this->IsRange()) return false; // Shortcut. in SemanticIs()
555 if (that->IsRange()) { in SemanticIs()
556 return (this->IsRange() && Contains(that->AsRange(), this->AsRange())) || in SemanticIs()
560 if (this->IsRange()) return false; in SemanticIs()
649 if (this->IsRange()) { in SemanticMaybe()
653 if (that->IsRange()) { in SemanticMaybe()
[all …]
Dast-types.h820 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/python/cpython2/Lib/plat-mac/
Daetypes.py161 def IsRange(x): function
490 elif IsRange(seld):
522 elif IsRange(seld):
/external/libusb/libusb/os/
Dwindows_winusb.h905 BOOLEAN IsRange; member