Searched refs:isOutputStreamNull (Results 1 – 2 of 2) sorted by relevance
198 if (!ci.isOutputStreamNull()) { in executeAction()228 if (!ci.isOutputStreamNull()) { in executeAction()706 if (ci.isOutputStreamNull()) { in executeAction()718 mlirModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream()); in executeAction()731 llvmModule->print(ci.isOutputStreamNull() ? *os : ci.getOutputStream(), in executeAction()749 ci.isOutputStreamNull() ? *os : ci.getOutputStream()); in executeAction()
268 bool isOutputStreamNull() { return (outputStream == nullptr); } in isOutputStreamNull() function