Searched refs:BT_VOID (Results 1 – 6 of 6) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | PhiTypeResolver.java | 74 && (definsn.getResult().getBasicType() == Type.BT_VOID)) { in run() 140 if (rs.getBasicType() != Type.BT_VOID) { in resolveResultType() 162 if (rs.getBasicType() == Type.BT_VOID){ in resolveResultType()
|
D | SsaRenamer.java | 347 if (newVersion.getBasicType() != Type.BT_VOID in map()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | Type.java | 38 public static final int BT_VOID = 0; field in Type 98 public static final Type VOID = new Type("V", BT_VOID); 501 case BT_VOID: return "void"; in toHuman() 693 case BT_VOID: { in isPrimitive()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
D | CstType.java | 113 case Type.BT_VOID: return VOID; in forBoxedPrimitiveType()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 1770 case Type.BT_VOID: return RETURN_VOID; in opReturn()
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsHexagon.td | 37 // DEF_FUNCTION_TYPE_1(void_ftype_SI,BT_VOID,BT_INT) -> 126 // DEF_FUNCTION_TYPE_2(void_ftype_SISI,BT_VOID,BT_INT,BT_INT) -> 278 // DEF_FUNCTION_TYPE_3(void_ftype_SISISI,BT_VOID,BT_INT,BT_INT,BT_INT) ->
|