Lines Matching refs:ltype
572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
581 $ltype = $p->type($ltype);
583 if($ltype) {
585 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint);
589 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
597 if(!$ltype) {
608 list(, $lhs,$ltype,$operator,$rhs) = $match;
613 list($type,$hint) = $p->type($ltype);