Home
last modified time | relevance | path

Searched refs:firstCh (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dformat-implementation.h38 IoErrorHandler &handler, CharType firstCh) { in GetIntField() argument
39 CharType ch{firstCh ? firstCh : PeekNext()}; in GetIntField()
48 if (firstCh) { in GetIntField()
49 firstCh = '\0'; in GetIntField()
63 if (firstCh) { in GetIntField()
64 firstCh = '\0'; in GetIntField()
H A Dformat.h138 int GetIntField(IoErrorHandler &, CharType firstCh = '\0');