Searched refs:errStream (Results 1 – 2 of 2) sorted by relevance
867 llvm::raw_string_ostream errStream(errStr); in translateLLVMIRToModule() local868 err.print(/*ProgName=*/"", errStream); in translateLLVMIRToModule()869 emitError(UnknownLoc::get(context)) << errStream.str(); in translateLLVMIRToModule()
17529 std::stringstream errStream; in compareFP16ArithmeticFunc() local17545 errStream << "At" in compareFP16ArithmeticFunc()17558 errors[componentNdx] += errStream.str(); in compareFP16ArithmeticFunc()