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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 92 static int h8300_monitor_function_p (tree);
813 if (h8300_monitor_function_p (current_function_decl))
957 return (h8300_monitor_function_p (current_function_decl));
4826 h8300_monitor_function_p (tree func)
5541 || h8300_monitor_function_p (fndecl)
5545 || h8300_monitor_function_p (current_function_decl)
4811 h8300_monitor_function_p (tree func) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 92 static int h8300_monitor_function_p (tree);
813 if (h8300_monitor_function_p (current_function_decl))
957 return (h8300_monitor_function_p (current_function_decl));
4831 h8300_monitor_function_p (tree func)
5610 || h8300_monitor_function_p (fndecl)
5614 || h8300_monitor_function_p (current_function_decl)
4816 h8300_monitor_function_p (tree func) function

Completed in 79 milliseconds