Home | History | Annotate | Download | only in compiler

Lines Matching refs:IntConstant

1900         if (type == IntConstant || type == CharConstant) {
1901 exprType = (type == IntConstant ? INT : CHAR);