Home | History | Annotate | Download | only in CodeGen

Lines Matching full:conversions

560   // Handle conversions to bool first, they are special: comparisons against 0.
566 // Ignore conversions like int -> uint.
570 // Handle pointer conversions next: pointers can only be converted to/from
667 // Handle conversions to bool first, they are special: comparisons against 0.
1019 // have to handle a more broad range of conversions than explicit casts, as they
1125 // unchecked member pointer conversions, so we always have to
1126 // implement checked conversions here. This is inefficient when