Home
last modified time | relevance | path

Searched refs:functionbody (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Df95-lang.c364 poplevel (int keep, int functionbody) in poplevel() argument
377 if (keep || functionbody) in poplevel()
403 if (functionbody) in poplevel()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Df95-lang.cc370 poplevel (int keep, int functionbody) in poplevel() argument
383 if (keep || functionbody) in poplevel()
409 if (functionbody) in poplevel()
H A DChangeLog-2008639 * f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c569 poplevel (int keep, int reverse, int functionbody) in poplevel() argument
589 functionbody = 0; in poplevel()
590 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()
604 if (cfun && !functionbody && named_labels) in poplevel()
624 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE) in poplevel()
626 else if (keep == 1 || functionbody) in poplevel()
734 if (functionbody) in poplevel()
762 if (functionbody) in poplevel()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc590 poplevel (int keep, int reverse, int functionbody) in poplevel() argument
610 functionbody = 0; in poplevel()
611 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()
625 if (cfun && !functionbody && named_labels) in poplevel()
645 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE) in poplevel()
647 else if (keep == 1 || functionbody) in poplevel()
766 if (functionbody) in poplevel()
794 if (functionbody) in poplevel()
H A DChangeLog-20153883 * decl.c (poplevel): If functionbody, try not to create an extra
H A DChangeLog-19942773 * method.c (emit_thunk): Call poplevel with functionbody==0
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1167 bool functionbody = scope->function_body; in pop_scope() local
1168 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1176 bool functionbody = scope->function_body; in pop_scope() local
1177 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312639 (finish_function): No need to set functionbody flag on call to