Searched refs:constfundata (Results 1 – 2 of 2) sorted by relevance
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | expr.c | 122 void *constfundata; member 2364 void *constfundata, unsigned int align, bool memsetp) in can_store_by_pieces() argument 2412 cst = (*constfun) (constfundata, offset, mode); in can_store_by_pieces() 2445 void *constfundata, unsigned int align, bool memsetp, int endp) in store_by_pieces() argument 2461 data.constfundata = constfundata; in store_by_pieces() 2508 data.constfundata = NULL; in clear_by_pieces() 2632 cst = (*data->constfun) (data->constfundata, data->offset, mode); in store_by_pieces_2()
|
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | expr.c | 1298 void *constfundata, unsigned int align, bool memsetp) in can_store_by_pieces() argument 1344 cst = (*constfun) (constfundata, offset, mode); in can_store_by_pieces() 1377 void *constfundata, unsigned int align, bool memsetp, int endp) in store_by_pieces() argument 1390 store_by_pieces_d data (to, constfun, constfundata, len, align); in store_by_pieces()
|