Home
last modified time | relevance | path

Searched refs:store_by_pieces_1 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDexpr.c135 static void store_by_pieces_1 (struct store_by_pieces *, unsigned int);
2302 store_by_pieces_1 (&data, align); in store_by_pieces()
2348 store_by_pieces_1 (&data, align); in clear_by_pieces()
2367 store_by_pieces_1 (struct store_by_pieces *data ATTRIBUTE_UNUSED, in store_by_pieces_1() function
HDChangeLog-200414576 can_store_by_pieces, store_by_pieces, store_by_pieces_1,
19469 (store_by_pieces_1): Same.
20012 (store_by_pieces_1): Likewise. Pass max_size to
HDChangeLog-20002368 (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
HDChangeLog-200220623 larger than INTEGER_CST. (store_by_pieces_1): Use it here...