Searched refs:buf_or (Results 1 – 2 of 2) sorted by relevance
127 auto buf_or = llvm::MemoryBuffer::getSTDIN(); in ReadStandardInput() local128 if (!buf_or) { in ReadStandardInput()129 auto err = buf_or.getError(); in ReadStandardInput()133 auto inbuf = std::move(buf_or.get()); in ReadStandardInput()
717 auto buf_or{llvm::MemoryBuffer::getFile(path)}; in FileContentsMatch() local718 if (!buf_or) { in FileContentsMatch()721 auto buf = std::move(buf_or.get()); in FileContentsMatch()