Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h72 void (*enter_nested) PARAMS ((struct function *)); member
Dfunction.c353 (*lang_hooks.function.enter_nested) (p);
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h73 void (*enter_nested) (struct function *); member
Dfunction.c252 lang_hooks.function.enter_nested (p); in push_function_context_to()