Searched refs:getCharacterKind (Results 1 – 4 of 4) sorted by relevance
103 static int getCharacterKind(mlir::Type type);
484 int Fortran::lower::CharacterExprHelper::getCharacterKind(mlir::Type type) { in getCharacterKind() function in Fortran::lower::CharacterExprHelper
474 auto kindVal = helper.getCharacterKind(str.getType());1465 auto kindInt = helper.getCharacterKind(file.getType()); in genInquireStatement()
1088 builder.getContext(), helper.getCharacterKind(arg.getType())); in genIchar()