Searched refs:isCharacter (Results 1 – 6 of 6) sorted by relevance
100 static bool isCharacter(mlir::Type type);
539 IoStatementState &io, std::size_t length, bool isCharacter) { in EmitLeadingSpaceOrAdvance() argument545 !(isCharacter && lastWasUndelimitedCharacter)}; in EmitLeadingSpaceOrAdvance()
160 IoStatementState &, std::size_t, bool isCharacter = false);
213 if (Fortran::lower::CharacterExprHelper::isCharacter(type)) in getOutputFunc()245 if (helper.isCharacter(itemType)) { in genOutputItemList()285 if (Fortran::lower::CharacterExprHelper::isCharacter(type)) in getInputFunc()332 if (helper.isCharacter(itemType)) { in genInputItemList()
473 bool Fortran::lower::CharacterExprHelper::isCharacter(mlir::Type type) { in isCharacter() function in Fortran::lower::CharacterExprHelper
604 if (charHelper.isCharacter(type)) in toExtendedValue()