• Home
  • Raw
  • Download

Lines Matching refs:extraInfo

211 						  const char* extraInfo)  in error()  argument
215 srcLoc, reason, token, extraInfo); in error()
221 const char* extraInfo) { in warning() argument
224 srcLoc, reason, token, extraInfo); in warning()
229 const char* extraInfo) { in info() argument
232 srcLoc, reason, token, extraInfo); in info()
247 std::string extraInfo = extraInfoStream.str(); in assignError() local
248 error(line, "", op, extraInfo.c_str()); in assignError()
259 std::string extraInfo = extraInfoStream.str(); in unaryOpError() local
260 error(line, " wrong operand type", op, extraInfo.c_str()); in unaryOpError()
271 std::string extraInfo = extraInfoStream.str(); in binaryOpError() local
272 error(line, " wrong operand types ", op, extraInfo.c_str()); in binaryOpError()
403 std::string extraInfo = extraInfoStream.str(); in lValueErrorCheck() local
404 error(line, " l-value required", op, extraInfo.c_str()); in lValueErrorCheck()
409 std::string extraInfo = extraInfoStream.str(); in lValueErrorCheck() local
410 error(line, " l-value required", op, extraInfo.c_str()); in lValueErrorCheck()
1284 std::string extraInfo = extraInfoStream.str(); in executeInitializer() local
1285 error(line, " assigning non-constant to", "=", extraInfo.c_str()); in executeInitializer()
2209 std::string extraInfo = extraInfoStream.str(); in addConstVectorNode() local
2210 error(line, "", "[", extraInfo.c_str()); in addConstVectorNode()
2238 std::string extraInfo = extraInfoStream.str(); in addConstMatrixNode() local
2239 error(line, "", "[", extraInfo.c_str()); in addConstMatrixNode()
2275 std::string extraInfo = extraInfoStream.str(); in addConstArrayNode() local
2276 error(line, "", "[", extraInfo.c_str()); in addConstArrayNode()
2540 std::string extraInfo = extraInfoStream.str(); in addIndexExpression() local
2541 error(location, "", "[", extraInfo.c_str()); in addIndexExpression()
2551 std::string extraInfo = extraInfoStream.str(); in addIndexExpression() local
2552 error(location, "", "[", extraInfo.c_str()); in addIndexExpression()
3616 std::string extraInfo = extraInfoStream.str(); in addFunctionCallOrMethod() local
3617 error(paramNode->getLine(), " wrong operand type", "Internal Error", extraInfo.c_str()); in addFunctionCallOrMethod()