Searched refs:extraInfoStream (Results 1 – 1 of 1) sorted by relevance
285 std::stringstream extraInfoStream; in assignError() local286 extraInfoStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError()287 std::string extraInfo = extraInfoStream.str(); in assignError()296 std::stringstream extraInfoStream; in unaryOpError() local297 extraInfoStream << "no operation '" << op << "' exists that takes an operand of type " << operand in unaryOpError()299 std::string extraInfo = extraInfoStream.str(); in unaryOpError()308 std::stringstream extraInfoStream; in binaryOpError() local309 …extraInfoStream << "no operation '" << op << "' exists that takes a left-hand operand of type '" <… in binaryOpError()311 std::string extraInfo = extraInfoStream.str(); in binaryOpError()441 std::stringstream extraInfoStream; in lValueErrorCheck() local[all …]