Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dvarasm.c125 static unsigned HOST_WIDE_INT array_size_for_constructor (tree);
4159 array_size_for_constructor (tree val) in array_size_for_constructor() function
4332 fieldsize = array_size_for_constructor (val); in output_constructor()
H A DChangeLog-20013954 (array_size_for_constructor): Remove code for non-byte STRING_CST.
10125 * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
33116 * varasm.c (array_size_for_constructor): Return a HOST_WIDE_INT.
33229 Only call array_size_for_constructor if last field and array type
H A DChangeLog-20067900 * varasm.c (array_size_for_constructor): Likewise.
H A DChangeLog-2005378 * varasm.c (array_size_for_constructor): Likewise.
11156 array_size_for_constructor, output_constructor): Update to cope with
H A DChangeLog-20003356 * varasm.c (array_size_for_constructor): New.