Lines Matching full:size_only
5413 int first, int size_only);
13843 value. 'size_only' is true if only size info is needed (only used
13847 int size_only)
13939 decl_initializer(type, sec, c, 0, size_only);
13942 if (!size_only && nb_elems > 1) {
14069 dimension implicit array init handling). 'size_only' is true if
14072 int first, int size_only)
14113 if (!size_only) {
14138 if (!size_only) {
14146 decl_designator(type, sec, c, &index, NULL, size_only);
14151 if (!size_only && array_length < index) {
14171 if (!size_only && n >= 0 && array_length < n) {
14219 decl_designator(type, sec, c, NULL, &f, size_only);
14221 if (!size_only && array_length < index) {
14236 if (!size_only && array_length < n) {
14248 decl_initializer(type, sec, c, first, size_only);
14250 } else if (size_only) {