Lines Matching refs:rtype
572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
580 $rtype = $p->type($rtype);
588 if(!$rtype) {
592 if($rtype) {
594 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint);
598 $this->updateTypemap($typemap, $lhs['text'], $rtype->type, $rtype->hint);
645 list(, $lhs,$operator,$rhs,$rtype) = $match;
650 list($type, $hint) = $p->type($rtype);