Lines Matching defs:conversion
16 #include "conversion.h"
24 namespace ark::es2panda::checker::conversion {
123 // A narrowing reference conversion exists from reference type S to a reference type T if all of the following are
154 // array of components of type TC; and a narrowing reference conversion exists from SC to TC.
167 // 9. S is a type variable, and a narrowing reference conversion exists from the upper bound of S to T.
170 // 10. T is a type variable, and either a widening reference conversion or a narrowing reference conversion exists
175 // conversion or a
176 // narrowing reference conversion exists from Si to T.
180 // conversion or a
181 // narrowing reference conversion exists from S to Ti.
194 // - A narrowing reference conversion from a type S to a parameterized class or interface
199 // - A narrowing reference conversion from a type S to a type variable T is unchecked.
200 // - A narrowing reference conversion from a type S to an intersection type T1 & … & Tn
202 // narrowing reference conversion from S to Ti is unchecked.
362 } // namespace ark::es2panda::checker::conversion