Searched refs:functionbody (Results 1 – 10 of 10) sorted by relevance
364 poplevel (int keep, int functionbody) in poplevel() argument377 if (keep || functionbody) in poplevel()403 if (functionbody) in poplevel()
370 poplevel (int keep, int functionbody) in poplevel() argument383 if (keep || functionbody) in poplevel()409 if (functionbody) in poplevel()
639 * f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody.
569 poplevel (int keep, int reverse, int functionbody) in poplevel() argument589 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()
590 poplevel (int keep, int reverse, int functionbody) in poplevel() argument610 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()
3883 * decl.c (poplevel): If functionbody, try not to create an extra
2773 * method.c (emit_thunk): Call poplevel with functionbody==0
1167 bool functionbody = scope->function_body; in pop_scope() local1168 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
1176 bool functionbody = scope->function_body; in pop_scope() local1177 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
12639 (finish_function): No need to set functionbody flag on call to