Lines Matching refs:has_init
3345 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r, int has_init, int v, int s…
9440 int has_init, int v, int scope)
9474 if (size < 0 || (flexible_array && has_init)) {
9475 if (!has_init)
9478 if (has_init == 2) {
9568 if (!has_init && sym->c && elfsym(sym)->st_shndx != 0)
9576 if (has_init)
9650 } else if (has_init) {
9767 int v, has_init, r;
9938 has_init = (tok == '=');
9939 if (has_init && (type.t & 0x0400))
9941 if (((type.t & 0x00001000) && (!has_init || l != 0x0030)) ||
9944 !has_init && l == 0x0030 && type.ref->c < 0)) {
9968 if (has_init)
9973 decl_initializer_alloc(&type, &ad, r, has_init, v, l);