Searched refs:finalize_must_preallocate (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | calls.c | 198 static int finalize_must_preallocate PARAMS ((int, int, 1583 finalize_must_preallocate (must_preallocate, num_actuals, args, args_size) in finalize_must_preallocate() function 2460 must_preallocate = finalize_must_preallocate (must_preallocate,
|
H A D | ChangeLog.1 | 4393 * calls.c (finalize_must_preallocate): New function, extracted from 4395 (expand_call): Use finalize_must_preallocate.
|
/openbsd/gnu/gcc/gcc/ |
H A D | calls.c | 130 static int finalize_must_preallocate (int, int, struct arg_data *, 1295 finalize_must_preallocate (int must_preallocate, int num_actuals, struct arg_data *args, struct arg… in finalize_must_preallocate() function 2173 must_preallocate = finalize_must_preallocate (must_preallocate, in expand_call()
|