Home
last modified time | relevance | path

Searched refs:attributes_checked_p (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h583 int attributes_checked_p; member
H A Davr.c1022 || cfun->machine->attributes_checked_p) in avr_set_current_function()
1104 cfun->machine->attributes_checked_p = 1; in avr_set_current_function()
/netbsd/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h571 int attributes_checked_p; member
H A Davr.c1022 || cfun->machine->attributes_checked_p) in avr_set_current_function()
1104 cfun->machine->attributes_checked_p = 1; in avr_set_current_function()
H A Davr.cc1032 || cfun->machine->attributes_checked_p) in avr_set_current_function()
1114 cfun->machine->attributes_checked_p = 1; in avr_set_current_function()
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.c144 bool attributes_checked_p; member
4946 || cfun->machine->attributes_checked_p) in riscv_set_current_function()
4974 cfun->machine->attributes_checked_p = 1; in riscv_set_current_function()
H A Driscv.cc146 bool attributes_checked_p; member
5368 || cfun->machine->attributes_checked_p) in riscv_set_current_function()
5396 cfun->machine->attributes_checked_p = 1; in riscv_set_current_function()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c144 bool attributes_checked_p; member
4946 || cfun->machine->attributes_checked_p) in riscv_set_current_function()
4974 cfun->machine->attributes_checked_p = 1; in riscv_set_current_function()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225031 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.