Searched defs:lang_hooks_for_functions (Results 1 – 2 of 2) sorted by relevance
63 struct lang_hooks_for_functions struct66 void (*init) PARAMS ((struct function *));69 void (*final) PARAMS ((struct function *));72 void (*enter_nested) PARAMS ((struct function *));75 void (*leave_nested) PARAMS ((struct function *));
64 struct lang_hooks_for_functions struct67 void (*init) (struct function *);70 void (*final) (struct function *);73 void (*enter_nested) (struct function *);76 void (*leave_nested) (struct function *);79 bool (*missing_noreturn_ok_p) (tree);