Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp415 TInfoSinkBase reasonStream; in assignError() local
416 reasonStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError()
417 error(line, reasonStream.c_str(), op); in assignError()
425 TInfoSinkBase reasonStream; in unaryOpError() local
426 reasonStream << "wrong operand type - no operation '" << op in unaryOpError()
429 error(line, reasonStream.c_str(), op); in unaryOpError()
440 TInfoSinkBase reasonStream; in binaryOpError() local
441 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 …]
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3051 std::stringstream reasonStream; in structNestingErrorCheck() local
3052 reasonStream << "Reference of struct type " in structNestingErrorCheck()
3056 std::string reason = reasonStream.str(); in structNestingErrorCheck()