Home | History | Annotate | Download | only in gc

Lines Matching refs:Etype

490 		$$.Etype = uint8($2);			// rathole to pass opcode
526 $$.Etype = OADD;
532 $$.Etype = OSUB;
677 $$.Etype = 0; // := flag
689 $$.Etype = 0; // := flag
1323 $$.Etype = Cboth;
1328 $$.Etype = Csend;
1347 $$.Etype = Crecv;
2187 if s == nil && Isptr[$2.Etype] {