Searched refs:y_has_dot (Results 1 – 1 of 1) sorted by relevance
394 bool y_has_dot = y->AsLiteral()->raw_value()->ContainsDot(); in ShortcutNumericLiteralBinaryExpression() local395 bool has_dot = x_has_dot || y_has_dot; in ShortcutNumericLiteralBinaryExpression()