Searched defs:IsRange (Results 1 – 4 of 4) sorted by relevance
65 bool CBC_CommonBitArray::IsRange(int32_t start, in IsRange() function in CBC_CommonBitArray
557 bool IsRange() { return IsKind(TypeBase::kRange); } in IsRange() function
827 bool IsRange() { return IsKind(AstTypeBase::kRange); } in IsRange() function
905 BOOLEAN IsRange; member