Home
last modified time | relevance | path

Searched refs:extraInfoStream (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp285 std::stringstream extraInfoStream; in assignError() local
286 extraInfoStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError()
287 std::string extraInfo = extraInfoStream.str(); in assignError()
296 std::stringstream extraInfoStream; in unaryOpError() local
297 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() local
309extraInfoStream << "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 …]