Home
last modified time | relevance | path

Searched refs:GetCurrentChar (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dnamelist.cpp96 ch = io.GetCurrentChar(byteLength); in GetLowerCaseName()
112 std::optional<char32_t> ch{io.GetCurrentChar(byteCount)}; in GetSubscriptValue()
116 ch = io.GetCurrentChar(byteCount); in GetSubscriptValue()
124 ch = io.GetCurrentChar(byteCount); in GetSubscriptValue()
351 if ((ch = io.GetCurrentChar(byteCount))) { in SkipNamelistGroup()
432 next = io.GetCurrentChar(byteCount); in IONAME()
465 next = io.GetCurrentChar(byteCount); in IONAME()
504 ch = io.GetCurrentChar(byteCount); in IsNamelistName()
H A Dedit-input.cpp339 next = io.GetCurrentChar(byteCount); in ScanRealInput()
611 auto ch{io.GetCurrentChar(byteCount)}; in EditDelimitedCharacterInput()
622 auto next{io.GetCurrentChar(byteCount)}; in EditDelimitedCharacterInput()
643 auto ch{io.GetCurrentChar(byteCount)}; in EditListDirectedCharacterInput()
H A Dio-stmt.h128 std::optional<char32_t> GetCurrentChar(std::size_t &byteCount);
154 if (auto ch{GetCurrentChar(byteCount)}) { in SkipSpaces()
184 auto ch{GetCurrentChar(byteCount)}; in GetNextNonBlank()
192 ch = GetCurrentChar(byteCount); in GetNextNonBlank()
H A Dio-stmt.cpp573 std::optional<char32_t> IoStatementState::GetCurrentChar( in GetCurrentChar() function in Fortran::runtime::io::IoStatementState
627 if (auto next{GetCurrentChar(byteCount)}) { in NextInField()
660 if (auto next{GetCurrentChar(byteCount)}) { in NextInField()
796 auto ch{io.GetCurrentChar(byteCount)}; in GetNextDataEdit()
854 ch = io.GetCurrentChar(byteCount); in GetNextDataEdit()
858 ch = io.GetCurrentChar(byteCount); in GetNextDataEdit()