Searched refs:readLine (Results 1 – 11 of 11) sorted by relevance
42 void SparseTensorReader::readLine() { in readLine() function in SparseTensorReader161 readLine(); in readMMEHeader()181 readLine(); in readExtFROSTTHeader()197 readLine(); // end of line in readExtFROSTTHeader()
200 bool readLine(std::FILE *In, llvm::SmallVectorImpl<char> &Out) { in readLine() function233 if (feof(In) || ferror(In) || !readLine(In, Line)) in readStandardMessage()303 while (readLine(In, Line)) { in readDelimitedMessage()
279 LogicalResult readLine(std::FILE *in, SmallVectorImpl<char> &out) { in readLine() function 312 if (feof(in) || ferror(in) || failed(readLine(in, line))) in readStandardMessage() 355 while (succeeded(readLine(in, line))) { in readDelimitedMessage()
223 void readLine();230 readLine();
257 std::optional<std::string> LineEditor::readLine() const { in readLine() 302 std::optional<std::string> LineEditor::readLine() const { in readLine() 251 std::optional<std::string> LineEditor::readLine() const { readLine() function in LineEditor 295 std::optional<std::string> LineEditor::readLine() const { readLine() function in LineEditor
40 std::optional<std::string> readLine() const;
104 while (std::optional<std::string> line = le.readLine()) { in mlirQueryMain()
158 while (std::optional<std::string> Line = LE.readLine()) { in main()
25 while ((line = readLine(file)) != NULL);
233 while (std::optional<std::string> Line = LE.readLine()) { in main()
447 while (std::optional<std::string> Request = LE.readLine()) in main()