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

  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 1244 is_naked_func (const_tree decl)
1475 if (is_naked_func (NULL_TREE))
1742 if (is_naked_func (NULL_TREE))
1927 if (is_naked_func (NULL_TREE))
2036 if (is_naked_func (NULL_TREE)
2090 if (is_naked_func (NULL_TREE))
2883 return ! is_naked_func (NULL_TREE);
2891 && ! is_naked_func (decl);
2899 return !is_naked_func (decl);
2919 || is_naked_func (NULL_TREE)
1240 is_naked_func (const_tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 1243 is_naked_func (const_tree decl)
1474 if (is_naked_func (NULL_TREE))
1741 if (is_naked_func (NULL_TREE))
1926 if (is_naked_func (NULL_TREE))
2035 if (is_naked_func (NULL_TREE)
2089 if (is_naked_func (NULL_TREE))
2883 return ! is_naked_func (NULL_TREE);
2891 && ! is_naked_func (decl);
2899 return !is_naked_func (decl);
2919 || is_naked_func (NULL_TREE)
1239 is_naked_func (const_tree decl) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 1832 is_naked_func (tree decl = current_function_decl)
1866 return ! is_naked_func ();
1877 return !is_naked_func (decl);
2190 if (is_naked_func ())
2897 if (is_naked_func ())
3019 if (is_naked_func ())
1823 is_naked_func (tree decl = current_function_decl) function
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 1830 is_naked_func (tree decl = current_function_decl)
1864 return ! is_naked_func ();
1875 return !is_naked_func (decl);
2190 if (is_naked_func ())
2897 if (is_naked_func ())
3019 if (is_naked_func ())
1821 is_naked_func (tree decl = current_function_decl) function

Completed in 20 milliseconds