Home | History | Annotate | Download | only in c-family

Lines Matching refs:conversion_kind

1180   enum conversion_safety conversion_kind;
1220 conversion_kind = unsafe_conversion_p (type, expr, result, true);
1222 if (conversion_kind == UNSAFE_REAL)
1224 else if (conversion_kind)
1229 if (conversion_kind == UNSAFE_SIGN)
1341 conversion_kind = unsafe_conversion_p (type, expr, result, true);
1344 if (conversion_kind == UNSAFE_REAL)
1346 else if (conversion_kind == UNSAFE_SIGN)
1348 else if (conversion_kind)
1377 if (conversion_kind == UNSAFE_SIGN)
1381 else if (conversion_kind == UNSAFE_IMAGINARY)