Searched refs:copy_forbidden (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h250 extern const char *copy_forbidden (struct function *fun);
H A Dmultiple_target.c368 reason = copy_forbidden (DECL_STRUCT_FUNCTION (node->decl));
H A Dtree-inline.c3851 copy_forbidden (struct function *fun) function
4021 inline_forbidden_reason = copy_forbidden (fun);
6081 && copy_forbidden (DECL_STRUCT_FUNCTION (fndecl)) == NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h247 extern const char *copy_forbidden (struct function *fun);
H A Dmultiple_target.cc345 reason = copy_forbidden (DECL_STRUCT_FUNCTION (node->decl));
H A Dtree-inline.cc3889 copy_forbidden (struct function *fun) function
4059 inline_forbidden_reason = copy_forbidden (fun);
6121 && copy_forbidden (DECL_STRUCT_FUNCTION (fndecl)) == NULL);

Completed in 263 milliseconds