Searched refs:reasonStream (Results 1 – 2 of 2) sorted by relevance
415 TInfoSinkBase reasonStream; in assignError() local416 reasonStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError()417 error(line, reasonStream.c_str(), op); in assignError()425 TInfoSinkBase reasonStream; in unaryOpError() local426 reasonStream << "wrong operand type - no operation '" << op in unaryOpError()429 error(line, reasonStream.c_str(), op); in unaryOpError()440 TInfoSinkBase reasonStream; in binaryOpError() local441 reasonStream << "wrong operand types - no operation '" << op in binaryOpError()445 error(line, reasonStream.c_str(), op); in binaryOpError()685 std::stringstream reasonStream = sh::InitializeStream<std::stringstream>(); in checkCanBeLValue() local[all …]
3051 std::stringstream reasonStream; in structNestingErrorCheck() local3052 reasonStream << "Reference of struct type " in structNestingErrorCheck()3056 std::string reason = reasonStream.str(); in structNestingErrorCheck()