Home
last modified time | relevance | path

Searched refs:avr_accumulate_outgoing_args (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.h603 extern int avr_accumulate_outgoing_args (void);
604 #define ACCUMULATE_OUTGOING_ARGS avr_accumulate_outgoing_args()
Davr.cc1483 avr_accumulate_outgoing_args (void) in avr_accumulate_outgoing_args() function
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201232518 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
32519 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
32572 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
DChangeLog-20116447 (ACCUMULATE_OUTGOING_ARGS): Define to avr_accumulate_outgoing_args.
6455 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): New.
6457 * config/avr/avr.c (avr_accumulate_outgoing_args): New function.