Home | History | Annotate | Download | only in lint2

Lines Matching refs:SHORT

503 			 * pass an int where a char/short it expected, there
514 } else if (t1 == SHORT) {
694 sz = SHORT;
741 * SHORT is always promoted to INT, USHORT to
757 } else if (sz == SHORT) {
807 } else if (sz == SHORT) {
808 if (t2 != SHORT && t2 != USHORT)
866 sz = SHORT;
897 if (sz != SHORT && sz != LONG && sz != LLONG)
914 if (sz == SHORT) {
1222 } else if (t == SHORT) {
1364 if (t == SHORT || t == USHORT)