Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-protos.h310 extern bool nds32_isr_function_p (tree);
H A Dnds32-isr.cc918 nds32_isr_function_p (tree func) in nds32_isr_function_p() function
H A Dnds32.h241 && !nds32_isr_function_p (current_function_decl) \
H A Dnds32.cc2331 && !nds32_isr_function_p (current_function_decl) in nds32_function_ok_for_sibcall()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-protos.h310 extern bool nds32_isr_function_p (tree);
H A Dnds32-isr.c918 nds32_isr_function_p (tree func) in nds32_isr_function_p() function
H A Dnds32.h241 && !nds32_isr_function_p (current_function_decl) \
H A Dnds32.c2331 && !nds32_isr_function_p (current_function_decl) in nds32_function_ok_for_sibcall()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201420568 * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
20570 * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.