Home
last modified time | relevance | path

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/
DSubtypeOfBoundTest.java26 …private ResolvedType integerType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveType(Inte… field in SubtypeOfBoundTest
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 … 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/
DMoreTypesTest.java316 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/
DStructsGenTest.cpp28 auto integerType = mlir::IntegerType::get(32, context); in getTestStruct() local
/external/dagger2/javatests/dagger/internal/codegen/
DKeyFactoryTest.java256 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp76 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/
DBuilders.cpp281 if (auto integerType = type.dyn_cast<IntegerType>()) in getZeroAttr() local
DBuiltinAttributes.cpp345 if (auto integerType = type.dyn_cast<IntegerType>()) in verifyConstructionInvariants() local
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java682 …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/
DClassPrinter.java850 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType()