Searched refs:TM_LONG (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DPositiveExpression.java53 } else if ((tm & TM_LONG) != 0) {
H A DBinaryArithmeticExpression.java52 } else if ((tm & TM_LONG) != 0) {
H A DBinaryBitExpression.java52 } else if ((tm & TM_LONG) != 0) {
H A DBinaryCompareExpression.java53 } else if ((tm & TM_LONG) != 0) {
H A DBinaryEqualityExpression.java68 } else if ((tm & TM_LONG) != 0) {
H A DBitNotExpression.java49 if ((tm & TM_LONG) != 0) {
H A DNegativeExpression.java53 } else if ((tm & TM_LONG) != 0) {
H A DAssignOpExpression.java79 } else if ((tm & TM_LONG) != 0) {
89 } else if ((tm & TM_LONG) != 0) {
H A DConditionalExpression.java84 } else if ((tm & TM_LONG) != 0) {
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java315 int TM_LONG = 1 << TC_LONG; field in interface:Constants
325 int TM_NUM64 = TM_LONG | TM_DOUBLE;
326 int TM_INTEGER = TM_INT32 | TM_LONG;

Completed in 2564 milliseconds