Searched refs:is_interrupt_func (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c1264 is_interrupt_func (const_tree decl)
1473 && (is_interrupt_func (NULL_TREE) \
1518 && is_interrupt_func (NULL_TREE)
1523 || is_interrupt_func (NULL_TREE)
1917 if (is_interrupt_func (NULL_TREE))
2033 || is_interrupt_func (NULL_TREE))
2104 || is_interrupt_func (NULL_TREE)
2172 else if (is_interrupt_func (NULL_TREE))
2853 && ! is_interrupt_func (decl)
2878 || is_interrupt_func (NULL_TRE
1260 is_interrupt_func (const_tree decl) function
[all...]
/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c91 static inline bool is_interrupt_func (const_tree decl);
629 if (is_interrupt_func (cfun->decl))
713 is_interrupt_func (const_tree decl)
1267 if (is_interrupt_func (cfun->decl) && !TARGET_G10)
1307 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1386 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1430 else if (is_interrupt_func (cfun->decl))
709 is_interrupt_func (const_tree decl) function

Completed in 106 milliseconds