Home | History | Annotate | Download | only in tests

Lines Matching full:ignored_x

14 void ignore2(int* x, int* ignored_x)
21 ignored_x = realloc(ignored_x, 800);
22 ignored_x = realloc(ignored_x, 400);
28 int* ignored_x;
34 ignored_x = ignore1();
42 ignored_x = realloc(ignored_x, 800);
43 ignored_x = realloc(ignored_x, 400);
45 ignore2(x, ignored_x);
47 x = realloc(ignored_x, 0); // equivalent to 'free(ignored_x)'.