Lines Matching full:foo2
148 char *foo2 = __builtin_alloca(0); // expected-warning{{Call to 'alloca' has an allocation size of 0 bytes}}150 foo2[i] = 0; 154 char *foo2 = __builtin_alloca(sz); // no-warning156 foo2[i] = 0;