Home
last modified time | relevance | path

Searched refs:EmitEncoded (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h94 template <typename CHAR> bool EmitEncoded(const CHAR *, std::size_t);
738 extern template bool IoStatementState::EmitEncoded<char>(
740 extern template bool IoStatementState::EmitEncoded<char16_t>(
742 extern template bool IoStatementState::EmitEncoded<char32_t>(
H A Dedit-output.cpp638 ok = ok && io.EmitEncoded(&ch, 1); in ListDirectedCharacterOutput()
666 ok = io.EmitEncoded(x + put, chunk); in ListDirectedCharacterOutput()
706 io.EmitEncoded(x, std::min(width, len)); in EditCharacterOutput()
H A Dio-stmt.cpp486 bool IoStatementState::EmitEncoded(const CHAR *data0, std::size_t chars) { in EmitEncoded() function in Fortran::runtime::io::IoStatementState
1540 template bool IoStatementState::EmitEncoded<char>(const char *, std::size_t);
1541 template bool IoStatementState::EmitEncoded<char16_t>(
1543 template bool IoStatementState::EmitEncoded<char32_t>(