Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dexpr.c119 void *constfundata; member
2189 void *constfundata, unsigned int align) in can_store_by_pieces() argument
2253 cst = (*constfun) (constfundata, offset, mode); in can_store_by_pieces()
2285 void *constfundata, unsigned int align, int endp) in store_by_pieces() argument
2297 data.constfundata = constfundata; in store_by_pieces()
2343 data.constfundata = NULL; in clear_by_pieces()
2483 cst = (*data->constfun) (data->constfundata, data->offset, mode); in store_by_pieces_2()