Searched refs:aggregate_in_mem (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c428 int aggregate_in_mem[32];
453 aggregate_in_mem[i] = aggregate_value_p (type, 0);
454 if (!aggregate_in_mem[i])
463 if (!aggregate_in_mem[i])
472 printf (", %d", aggregate_in_mem[j]);
426 int aggregate_in_mem[32]; local
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c380 int aggregate_in_mem[32];
407 aggregate_in_mem[i] = aggregate_value_p (type);
408 if (!aggregate_in_mem[i])
417 if (!aggregate_in_mem[i])
426 printf (", %d", aggregate_in_mem[j]);
377 int aggregate_in_mem[32]; local

Completed in 183 milliseconds