• Home
  • Raw
  • Download

Lines Matching full:bad

185 …   LogTypeError("Bad operand type: multiple types left in the normalized union type (" + ss.str() +  in CheckBinaryPlusMultDivOperandsForUnionType()
192 … LogTypeError("Bad operand type: multiple types left in the normalized union type (" + ss.str() + in CheckBinaryPlusMultDivOperandsForUnionType()
226 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorMulDivMod()
278 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorPlus()
300 …LogTypeError("Bad operand type, the types of the operands must be numeric type, enum or String.", … in CheckBinaryOperatorPlus()
324 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorShift()
337 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorShift()
384 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorBitwise()
402 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorBitwise()
424 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorLogical()
430 …LogTypeError("Bad operand type, the types of the operands must be of possible condition type.", po… in CheckBinaryOperatorLogical()
535 … LogTypeError("Bad operand type, the types of the operands must be the same enum type.", pos); in CheckBinaryOperatorEqualError()
545 … LogTypeError("Bad operand type, the types of the operands must be the same enum type.", pos); in CheckBinaryOperatorEqualError()
660 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorLessGreater()
691 …LogTypeError("Bad operand type, the types of the operands must be numeric, same enumeration, or bo… in CheckBinaryOperatorLessGreater()
716 LogTypeError("Bad operand type, the types of the operands must be same type.", pos); in CheckBinaryOperatorInstanceOf()