Home
last modified time | relevance | path

Searched refs:commands_in_file (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c93 static int commands_in_file; variable
899 commands_in_file += prologue_size + function_size + epilogue_size;
4898 commands_in_file = 0;
4914 commands_in_file,
4915 commands_in_file,
4916 commands_in_file - commands_in_prologues - commands_in_epilogues,
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.c100 static int commands_in_file; variable
931 commands_in_file += prologue_size + function_size + epilogue_size; in avr_output_function_epilogue()
4879 commands_in_file = 0; in avr_file_start()
4894 commands_in_file, in avr_file_end()
4895 commands_in_file, in avr_file_end()
4896 commands_in_file - commands_in_prologues - commands_in_epilogues, in avr_file_end()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog16153 * config/ip2k/ip2k.c (commands_in_file): Variable removed.
16156 (asm_file_start): Initialization of commands_in_file removed.
16157 (asm_file_end): Output of commands_in_file removed.