Searched refs:buf_or (Results 1 – 2 of 2) sorted by relevance
126 auto buf_or = llvm::MemoryBuffer::getSTDIN(); in ReadStandardInput() local127 if (!buf_or) { in ReadStandardInput()128 auto err = buf_or.getError(); in ReadStandardInput()132 auto inbuf = std::move(buf_or.get()); in ReadStandardInput()
876 auto buf_or{llvm::MemoryBuffer::getFile(path)}; in FileContentsMatch() local877 if (!buf_or) { in FileContentsMatch()880 auto buf = std::move(buf_or.get()); in FileContentsMatch()