Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c157 static unsigned HOST_WIDE_INT array_size_for_constructor PARAMS ((tree));
4123 array_size_for_constructor (val) in array_size_for_constructor() function
4289 fieldsize = array_size_for_constructor (val);
H A DChangeLog.513909 * varasm.c (array_size_for_constructor): Return a HOST_WIDE_INT.
14022 Only call array_size_for_constructor if last field and array type
H A DChangeLog.63954 (array_size_for_constructor): Remove code for non-byte STRING_CST.
10125 * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
H A DChangeLog.43350 * varasm.c (array_size_for_constructor): New.
/openbsd-src/gnu/gcc/gcc/
H A Dvarasm.c125 static unsigned HOST_WIDE_INT array_size_for_constructor (tree);
4158 array_size_for_constructor (tree val) in array_size_for_constructor() function
4331 fieldsize = array_size_for_constructor (val); in output_constructor()