Lines Matching refs:from
153 /* type has come from classify_type and is an integer type */
276 const char *tofrom = "to/from";
278 tofrom = "from";
1439 * assignments to/from void * are OK, provided that
1440 * we do not remove qualifiers from pointed to [C]
2374 unsigned from = e->idx_from;
2377 e->init_offset = from * bits_to_bytes(e->ctype->bit_size);
2378 e->init_nr = to - from;
2692 "array initialized from parenthesized string constant");
3019 expression_error(expr, "cast from unknown type");
3055 warning(expr->pos, "cast from non-scalar");
3071 warning(expr->pos, "cast from %s",
3131 warning(expr->pos, "cast from %s", show_typename(source->ctype));