Lines Matching refs:fLine
35 if (type.checkForOutOfRangeLiteral(context, negated, value->fLine)) { in simplify_negation()
38 return Literal::Make(originalExpr.fLine, negated, &type); in simplify_negation()
52 return ConstructorArray::Make(context, originalExpr.fLine, ctor.type(), in simplify_negation()
63 return ConstructorDiagonalMatrix::Make(context, originalExpr.fLine, ctor.type(), in simplify_negation()
75 return ConstructorSplat::Make(context, originalExpr.fLine, ctor.type(), in simplify_negation()
85 return ConstructorCompound::Make(context, originalExpr.fLine, ctor.type(), in simplify_negation()
130 return Literal::MakeBool(operand->fLine, !b.boolValue(), &operand->type()); in logical_not_operand()
155 context.fErrors->error(base->fLine, in Convert()
163 context.fErrors->error(base->fLine, in Convert()
172 context.fErrors->error(base->fLine, in Convert()
185 context.fErrors->error(base->fLine, in Convert()
196 base->fLine, in Convert()
201 context.fErrors->error(base->fLine, in Convert()