Searched refs:EditRealInput (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-input.h | 21 bool EditRealInput(IoStatementState &, const DataEdit &, void *); 29 extern template bool EditRealInput<2>( 31 extern template bool EditRealInput<3>( 33 extern template bool EditRealInput<4>( 35 extern template bool EditRealInput<8>( 37 extern template bool EditRealInput<10>( 40 extern template bool EditRealInput<16>(
|
| H A D | edit-input.cpp | 522 bool EditRealInput(IoStatementState &io, const DataEdit &edit, void *n) { in EditRealInput() function 777 template bool EditRealInput<2>(IoStatementState &, const DataEdit &, void *); 778 template bool EditRealInput<3>(IoStatementState &, const DataEdit &, void *); 779 template bool EditRealInput<4>(IoStatementState &, const DataEdit &, void *); 780 template bool EditRealInput<8>(IoStatementState &, const DataEdit &, void *); 781 template bool EditRealInput<10>(IoStatementState &, const DataEdit &, void *); 783 template bool EditRealInput<16>(IoStatementState &, const DataEdit &, void *);
|
| H A D | descriptor-io.h | 94 if (EditRealInput<KIND>(io, *edit, reinterpret_cast<void *>(&x))) { in FormattedRealIO() 143 } else if (EditRealInput<KIND>( in FormattedComplexIO()
|