Home
last modified time | relevance | path

Searched refs:leave_nested (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h75 void (*leave_nested) PARAMS ((struct function *)); member
Dfunction.c382 (*lang_hooks.function.leave_nested) (p);
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h76 void (*leave_nested) (struct function *); member
Dfunction.c276 lang_hooks.function.leave_nested (p); in pop_function_context_from()