Home | History | Annotate | Download | only in compiler

Lines Matching defs:ToPrimitive

238   static Type* ToPrimitive(Type*, Typer*);
383 Type* Typer::Visitor::ToPrimitive(Type* type, Typer* t) {
432 type = ToPrimitive(type, t);
477 type = ToPrimitive(type, t);
827 lhs = ToPrimitive(lhs, t);
828 rhs = ToPrimitive(rhs, t);
1015 lhs = ToPrimitive(lhs, t);
1016 rhs = ToPrimitive(rhs, t);
1465 return TypeUnaryOp(node, ToPrimitive);