Searched refs:IsKind (Results 1 – 1 of 1) sorted by relevance
364 static bool IsKind(Type* type, Kind kind) { in IsKind() function397 DCHECK(IsKind(type, kClass)); in cast()428 DCHECK(IsKind(type, kConstant)); in cast()487 DCHECK(IsKind(type, kRange)); in cast()515 DCHECK(IsKind(type, kContext)); in cast()541 DCHECK(IsKind(type, kArray)); in cast()611 DCHECK(IsKind(type, kFunction)); in cast()636 DCHECK(IsKind(type, kTuple)); in cast()660 DCHECK(IsKind(type, kUnion)); in cast()787 bool IsRange() { return IsKind(TypeBase::kRange); } in IsRange()[all …]