Searched refs:T_VOID (Results 1 – 8 of 8) sorted by relevance
37 if ((type < Const.T_BOOLEAN) || (type > Const.T_VOID)) { in BasicType()46 case Const.T_VOID: in getType()
48 public static final BasicType VOID = new BasicType(Const.T_VOID);133 case Const.T_VOID: in getSize()198 if (type <= Const.T_VOID) { in getType()370 if (type <= Const.T_VOID) { in getTypeSize()
69 case Const.T_VOID: in ArrayType()
317 case Const.T_VOID: in createReturn()703 case Const.T_VOID: in createNull()
261 if (t <= Const.T_VOID) { in printType()
1305 byte T_VOID = 12; // Non-standard field
1765 public static final byte T_VOID = 12; // Non-standard field in Const
1021 for (int i = Const.T_BOOLEAN; (i <= Const.T_VOID) && !found; i++) { in getSignature()1118 return Const.T_VOID; in typeOfSignature()