HomeSort by: relevance | last modified time | path
    Searched defs:is_interrupt_func (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 58 static inline bool is_interrupt_func (const_tree decl);
349 && (is_interrupt_func (NULL_TREE)) && RL78_MUL_G13)
713 if (is_interrupt_func (cfun->decl))
800 is_interrupt_func (const_tree decl)
1404 if (is_interrupt_func (cfun->decl) && !TARGET_G10)
1444 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1558 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1602 else if (is_interrupt_func (cfun->decl))
796 is_interrupt_func (const_tree decl) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 58 static inline bool is_interrupt_func (const_tree decl);
349 && (is_interrupt_func (NULL_TREE)) && RL78_MUL_G13)
713 if (is_interrupt_func (cfun->decl))
800 is_interrupt_func (const_tree decl)
1404 if (is_interrupt_func (cfun->decl) && !TARGET_G10)
1444 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1558 if (is_interrupt_func (cfun->decl) && cfun->machine->uses_es)
1602 else if (is_interrupt_func (cfun->decl))
796 is_interrupt_func (const_tree decl) function
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 1236 is_interrupt_func (const_tree decl)
1446 && (is_interrupt_func (NULL_TREE) \
1494 && is_interrupt_func (NULL_TREE)
1499 || is_interrupt_func (NULL_TREE)
1924 if (is_interrupt_func (NULL_TREE))
2038 || is_interrupt_func (NULL_TREE))
2122 || is_interrupt_func (NULL_TREE)
2190 else if (is_interrupt_func (NULL_TREE))
2890 && ! is_interrupt_func (decl)
2918 || is_interrupt_func (NULL_TREE
1232 is_interrupt_func (const_tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 1235 is_interrupt_func (const_tree decl)
1445 && (is_interrupt_func (NULL_TREE) \
1493 && is_interrupt_func (NULL_TREE)
1498 || is_interrupt_func (NULL_TREE)
1923 if (is_interrupt_func (NULL_TREE))
2037 || is_interrupt_func (NULL_TREE))
2121 || is_interrupt_func (NULL_TREE)
2189 else if (is_interrupt_func (NULL_TREE))
2890 && ! is_interrupt_func (decl)
2918 || is_interrupt_func (NULL_TREE
1231 is_interrupt_func (const_tree decl) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 1812 is_interrupt_func (tree decl = current_function_decl)
1822 return is_interrupt_func (current_function_decl);
1828 return is_interrupt_func (decl) && has_attr (ATTR_WAKEUP, decl);
1957 if (is_interrupt_func ( *node))
2397 && is_interrupt_func (decl))
2512 && is_interrupt_func (decl))
1803 is_interrupt_func (tree decl = current_function_decl) function
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 1810 is_interrupt_func (tree decl = current_function_decl)
1820 return is_interrupt_func (current_function_decl);
1826 return is_interrupt_func (decl) && has_attr (ATTR_WAKEUP, decl);
1955 if (is_interrupt_func ( *node))
2397 && is_interrupt_func (decl))
2512 && is_interrupt_func (decl))
1801 is_interrupt_func (tree decl = current_function_decl) function

Completed in 48 milliseconds