Home | History | Annotate | Download | only in compiler

Lines Matching defs:cast

329   static OtherNumberConstantType* cast(Type* type) {
358 static HeapConstantType* cast(Type* type) {
411 static RangeType* cast(Type* type) {
480 static TupleType* cast(Type* type) {
504 static UnionType* cast(Type* type) {
583 HeapConstantType* AsHeapConstant() { return HeapConstantType::cast(this); }
585 return OtherNumberConstantType::cast(this);
587 RangeType* AsRange() { return RangeType::cast(this); }
588 TupleType* AsTuple() { return TupleType::cast(this); }
641 UnionType* AsUnion() { return UnionType::cast(this); }