Home
last modified time | relevance | path

Searched refs:TYERROR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dftypes.h57 #define TYERROR 11 macro
59 #define NTYPES (TYERROR+1)
H A Dexpr.c187 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);
H A Dproc.c619 if(type==TYUNKNOWN || type==TYERROR)
757 case TYERROR:
H A Ddata.c269 (cktype(OPASSIGN,type,valtype) == TYERROR) )
H A Dio.c447 else if(qe->vtype != TYERROR)
H A Dputscj.c181 if(k != TYERROR) in putif()