Home
last modified time | relevance | path

Searched refs:getCharacterKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h103 static int getCharacterKind(mlir::Type type);
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp484 int Fortran::lower::CharacterExprHelper::getCharacterKind(mlir::Type type) { in getCharacterKind() function in Fortran::lower::CharacterExprHelper
DIO.cpp474 auto kindVal = helper.getCharacterKind(str.getType());
1465 auto kindInt = helper.getCharacterKind(file.getType()); in genInquireStatement()
DIntrinsicCall.cpp1088 builder.getContext(), helper.getCharacterKind(arg.getType())); in genIchar()