Searched refs:TYERROR (Results 1 – 6 of 6) sorted by relevance
57 #define TYERROR 11 macro59 #define NTYPES (TYERROR+1)
187 p->vtype = TYERROR; in errnode()201 if(t==TYUNKNOWN || t==TYERROR)450 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR)894 if(np->vtype == TYERROR) in mklhs()1268 type = TYERROR;1311 if(etype == TYERROR)1519 if(lt==TYERROR || rt==TYERROR)1624 error1: return(TYERROR);
619 if(type==TYUNKNOWN || type==TYERROR)757 case TYERROR:
269 (cktype(OPASSIGN,type,valtype) == TYERROR) )
447 else if(qe->vtype != TYERROR)
181 if(k != TYERROR) in putif()