Searched defs:integerType (Results 1 – 10 of 10) sorted by relevance
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/ |
D | SubtypeOfBoundTest.java | 26 …private ResolvedType integerType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveType(Inte… field in SubtypeOfBoundTest
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 … clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType); in visitIntegerType() 46 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitStackIntegerType() 56 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitVariablesIntegerType()
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreTypesTest.java | 316 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testNonObjectSuperclass() local 364 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testAsMemberOf_variableElement() local
|
/external/llvm-project/mlir/unittests/TableGen/ |
D | StructsGenTest.cpp | 28 auto integerType = mlir::IntegerType::get(32, context); in getTestStruct() local
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | KeyFactoryTest.java | 256 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 76 auto integerType = vecType.getElementType().cast<IntegerType>(); in minusOneIntegerAttribute() local 79 auto integerType = type.cast<IntegerType>(); in minusOneIntegerAttribute() local 453 IntegerType integerType; in matchAndRewrite() local
|
/external/llvm-project/mlir/lib/IR/ |
D | Builders.cpp | 281 if (auto integerType = type.dyn_cast<IntegerType>()) in getZeroAttr() local
|
D | BuiltinAttributes.cpp | 345 if (auto integerType = type.dyn_cast<IntegerType>()) in verifyConstructionInvariants() local
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 682 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() 736 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitStackIntegerType() 791 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitVariablesIntegerType()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 850 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType()
|