Searched defs:exprType (Results 1 - 11 of 11) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java35 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in class:TypeChecker
50 * Converts an array of tuples of exprType, arrayDim, and className
74 * Converts a tuple of exprType, arrayDim, and className
149 exprType = CLASS;
170 exprType = type;
203 exprType = type;
249 exprType = varType;
258 int aType = exprType;
262 exprType = aType;
272 int fType = exprType;
[all...]
H A DCodeGen.java78 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in class:CodeGen
338 if (is2word(exprType, arrayDim))
340 else if (exprType != VOID)
601 int type = exprType;
628 if (exprType != CLASS || arrayDim > 0)
646 if (exprType != CLASS && arrayDim == 0)
813 exprType = varType;
828 bytecode.addOpcode(getArrayReadOp(exprType, arrayDim));
831 int aType = exprType;
844 exprType
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp4148 QualType exprType) {
4152 Context.getCanonicalType(exprType).getUnqualifiedType();
4147 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 457 milliseconds