Home
last modified time | relevance | path

Searched refs:next_is_function_body (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c568 static bool next_is_function_body; variable
1017 if (next_is_function_body) in push_scope()
1036 next_is_function_body = false; in push_scope()
9773 next_is_function_body = true; in store_parm_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc577 static bool next_is_function_body; variable
1026 if (next_is_function_body) in push_scope()
1045 next_is_function_body = false; in push_scope()
10170 next_is_function_body = true; in store_parm_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312626 (keep_next_if_subblocks): Rename next_is_function_body.