Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.h26 bool EditCharacterInput(
43 extern template bool EditCharacterInput(
45 extern template bool EditCharacterInput(
47 extern template bool EditCharacterInput(
H A Dedit-input.cpp133 return EditCharacterInput(io, edit, reinterpret_cast<char *>(n), kind); in EditIntegerInput()
546 return EditCharacterInput(io, edit, reinterpret_cast<char *>(n), KIND); in EditRealInput()
685 bool EditCharacterInput( in EditCharacterInput() function
785 template bool EditCharacterInput(
787 template bool EditCharacterInput(
789 template bool EditCharacterInput(
H A Ddescriptor-io.h181 if (EditCharacterInput(io, *edit, x, length)) { in FormattedCharacterIO()