Home
last modified time | relevance | path

Searched refs:isCharacter (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h100 static bool isCharacter(mlir::Type type);
/external/llvm-project/flang/runtime/
Dio-stmt.cpp539 IoStatementState &io, std::size_t length, bool isCharacter) { in EmitLeadingSpaceOrAdvance() argument
545 !(isCharacter && lastWasUndelimitedCharacter)}; in EmitLeadingSpaceOrAdvance()
Dio-stmt.h160 IoStatementState &, std::size_t, bool isCharacter = false);
/external/llvm-project/flang/lib/Lower/
DIO.cpp213 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()
DCharacterExpr.cpp473 bool Fortran::lower::CharacterExprHelper::isCharacter(mlir::Type type) { in isCharacter() function in Fortran::lower::CharacterExprHelper
DIntrinsicCall.cpp604 if (charHelper.isCharacter(type)) in toExtendedValue()