Home
last modified time | relevance | path

Searched refs:getRefType (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DMethodHandleConstant.java117 return clazz.getRefType(u2referenceIndex); in getType()
/external/proguard/src/proguard/classfile/
DClazz.java106 public String getRefType(int constantIndex); in getRefType() method
DLibraryClass.java150 public String getRefType(int constantIndex) in getRefType() method in LibraryClass
DProgramClass.java197 public String getRefType(int constantIndex) in getRefType() method in ProgramClass
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp36 mlir::Type Fortran::lower::FirOpBuilder::getRefType(mlir::Type eleTy) { in getRefType() function in Fortran::lower::FirOpBuilder
45 auto noneRefType = getRefType(getNoneType()); in createNullConstant()
DCharacterExpr.cpp113 auto refType = builder.getRefType(boxCharType.getEleTy()); in toExtendedValue()
135 return builder.getRefType(getCharacterType(box)); in getReferenceType()
DIntrinsicCall.cpp1089 auto refType = builder.getRefType(charType); in genIchar()
DIO.cpp318 complexPartType = builder.getRefType( in genInputItemList()
/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h70 mlir::Type getRefType(mlir::Type eleTy);
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java270 clazz.getRefType(constantInstruction.constantIndex); in visitConstantInstruction()
DSimpleEnumUseChecker.java232 clazz.getRefType(constantInstruction.constantIndex); in visitConstantInstruction()
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp872 static std::string getRefType(InfoType IT) { in getRefType() function
906 J.attribute("RefType", getRefType(I.RefType)); in SerializeIndex()