Lines Matching refs:line
26 int line,
49 context.fErrors->error(line, "'" + argument->type().displayName() +
61 context, line, type.componentType(), std::move(args));
68 ? ConstructorDiagonalMatrix::Make(context, line, type, std::move(typecast))
69 : ConstructorSplat::Make(context, line, type, std::move(typecast));
74 return ConstructorCompoundCast::Make(context, line, type, std::move(argument));
87 argument = ConstructorCompoundCast::Make(context, line, typecastType,
91 return ConstructorMatrixResize::Make(context, line, type,
104 ConstructorCompound::Make(context, line, vectorType, std::move(args));
108 return ConstructorCompoundCast::Make(context, line, type, std::move(vecCtor));
118 context.fErrors->error(line, "'" + arg->type().displayName() +
141 context.fErrors->error(line, "invalid arguments to '" + type.displayName() +
147 return ConstructorCompound::Make(context, line, type, std::move(args));
151 int line,
160 return ConstructorScalarCast::Convert(context, line, type, std::move(args));
163 return convert_compound_constructor(context, line, type, std::move(args));
166 return ConstructorArray::Convert(context, line, type, std::move(args));
169 return ConstructorStruct::Convert(context, line, type, std::move(args));
172 context.fErrors->error(line, "cannot construct '" + type.displayName() + "'");