Home
last modified time | relevance | path

Searched defs:lang_hooks_for_functions (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h63 struct lang_hooks_for_functions struct
66 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 *));
/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks.h64 struct lang_hooks_for_functions struct
67 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);