summaryrefslogtreecommitdiff
path: root/tests/arrays/resize.c-expected
blob: f8db3809afa32ec6e8ea6c9c1d58d682e366e4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/* arrays_resize.c generated by valac, the Vala compiler
 * generated from arrays_resize.vala, do not modify */

#include <stdlib.h>
#include <string.h>
#include <glib.h>

#if !defined(VALA_EXTERN)
#if defined(_WIN32) || defined(__CYGWIN__)
#define VALA_EXTERN __declspec(dllexport) extern
#elif __GNUC__ >= 4
#define VALA_EXTERN __attribute__((visibility("default"))) extern
#else
#define VALA_EXTERN extern
#endif
#endif

VALA_EXTERN gchar** boo;
VALA_EXTERN gint boo_length1;
gchar** boo = NULL;
gint boo_length1 = 0;
static gint _boo_size_ = 0;

VALA_EXTERN void bar (gchar*** foo,
          gint* foo_length1);
VALA_EXTERN void manam (gchar*** foo,
            gint* foo_length1);
static void _vala_main (void);
static void _vala_array_destroy (gpointer array,
                          gssize array_length,
                          GDestroyNotify destroy_func);
static void _vala_array_free (gpointer array,
                       gssize array_length,
                       GDestroyNotify destroy_func);

void
bar (gchar*** foo,
     gint* foo_length1)
{
	gint _tmp0_;
	_tmp0_ = 42;
	*foo = g_renew (gchar*, *foo, 42);
	(_tmp0_ > (*foo_length1)) ? memset ((*foo) + (*foo_length1), 0, sizeof (gchar*) * (_tmp0_ - (*foo_length1))) : NULL;
	*foo_length1 = _tmp0_;
}

void
manam (gchar*** foo,
       gint* foo_length1)
{
	gchar** _vala_foo = NULL;
	gint _vala_foo_length1 = 0;
	gchar** _tmp0_;
	gint _tmp1_;
	_tmp0_ = g_new0 (gchar*, 23 + 1);
	_vala_foo = (_vala_array_free (_vala_foo, _vala_foo_length1, (GDestroyNotify) g_free), NULL);
	_vala_foo = _tmp0_;
	_vala_foo_length1 = 23;
	_tmp1_ = 42;
	_vala_foo = g_renew (gchar*, _vala_foo, 42);
	(_tmp1_ > _vala_foo_length1) ? memset (_vala_foo + _vala_foo_length1, 0, sizeof (gchar*) * (_tmp1_ - _vala_foo_length1)) : NULL;
	_vala_foo_length1 = _tmp1_;
	if (foo) {
		*foo = _vala_foo;
	} else {
		_vala_foo = (_vala_array_free (_vala_foo, _vala_foo_length1, (GDestroyNotify) g_free), NULL);
	}
	if (foo_length1) {
		*foo_length1 = _vala_foo_length1;
	}
}

static void
_vala_main (void)
{
	{
		gchar** foo = NULL;
		gchar** _tmp0_;
		gint foo_length1;
		gint _foo_size_;
		gint _tmp1_;
		_tmp0_ = g_new0 (gchar*, 23 + 1);
		foo = _tmp0_;
		foo_length1 = 23;
		_foo_size_ = foo_length1;
		_tmp1_ = 42;
		foo = g_renew (gchar*, foo, 42);
		(_tmp1_ > foo_length1) ? memset (foo + foo_length1, 0, sizeof (gchar*) * (_tmp1_ - foo_length1)) : NULL;
		foo_length1 = _tmp1_;
		_foo_size_ = _tmp1_;
		foo = (_vala_array_free (foo, foo_length1, (GDestroyNotify) g_free), NULL);
	}
	{
		gchar** foo = NULL;
		gchar** _tmp2_;
		gint foo_length1;
		gint _foo_size_;
		_tmp2_ = g_new0 (gchar*, 23 + 1);
		foo = _tmp2_;
		foo_length1 = 23;
		_foo_size_ = foo_length1;
		bar (&foo, (gint*) (&foo_length1));
		_foo_size_ = foo_length1;
		foo = (_vala_array_free (foo, foo_length1, (GDestroyNotify) g_free), NULL);
	}
	{
		gchar** foo = NULL;
		gint foo_length1 = 0;
		gint _foo_size_ = 0;
		gchar** _tmp3_ = NULL;
		gint _tmp4_ = 0;
		manam (&_tmp3_, &_tmp4_);
		foo = (_vala_array_free (foo, foo_length1, (GDestroyNotify) g_free), NULL);
		foo = _tmp3_;
		foo_length1 = _tmp4_;
		_foo_size_ = foo_length1;
		foo = (_vala_array_free (foo, foo_length1, (GDestroyNotify) g_free), NULL);
	}
	{
		gchar** _tmp5_;
		gint _tmp6_;
		_tmp5_ = g_new0 (gchar*, 23 + 1);
		boo = (_vala_array_free (boo, boo_length1, (GDestroyNotify) g_free), NULL);
		boo = _tmp5_;
		boo_length1 = 23;
		_boo_size_ = boo_length1;
		_tmp6_ = 42;
		boo = g_renew (gchar*, boo, 42);
		(_tmp6_ > boo_length1) ? memset (boo + boo_length1, 0, sizeof (gchar*) * (_tmp6_ - boo_length1)) : NULL;
		boo_length1 = _tmp6_;
		_boo_size_ = _tmp6_;
	}
}

int
main (int argc,
      char ** argv)
{
	_vala_main ();
	return 0;
}

static void
_vala_array_destroy (gpointer array,
                     gssize array_length,
                     GDestroyNotify destroy_func)
{
	if ((array != NULL) && (destroy_func != NULL)) {
		gssize i;
		for (i = 0; i < array_length; i = i + 1) {
			if (((gpointer*) array)[i] != NULL) {
				destroy_func (((gpointer*) array)[i]);
			}
		}
	}
}

static void
_vala_array_free (gpointer array,
                  gssize array_length,
                  GDestroyNotify destroy_func)
{
	_vala_array_destroy (array, array_length, destroy_func);
	g_free (array);
}