Lines Matching refs:line
76 const int line = left->fLine;
100 context.fErrors->error(line, String("type mismatch: '") + op.operatorName() +
107 context.fErrors->error(line, "assignments to opaque type '" + left->type().displayName() +
113 context.fErrors->error(line, String("operator '") + op.operatorName() +
121 context.fErrors->error(line, String("operator '") + op.operatorName() + "' can not "
169 const int line = left->fLine;
170 if (std::unique_ptr<Expression> result = ConstantFolder::Simplify(context, line, *left,
182 auto caps = Setting::Convert(context, line, "rewriteMatrixVectorMultiply");
201 std::make_unique<BinaryExpression>(line, std::move(left), op,
207 return std::make_unique<BinaryExpression>(line, std::move(left), op,