Searched refs:functionbody (Results 1 – 4 of 4) sorted by relevance
534 poplevel (int keep, int reverse, int functionbody) in poplevel() argument540 int tmp = functionbody; in poplevel()556 ? ((functionbody = 0), tmp) : functionbody); in poplevel()557 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()572 if (cfun && !functionbody && named_labels) in poplevel()590 if (keep == 1 || functionbody) in poplevel()745 if (functionbody) in poplevel()768 if (functionbody) in poplevel()
2773 * method.c (emit_thunk): Call poplevel with functionbody==0
713 bool functionbody = scope->function_body; in pop_scope() local714 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
12639 (finish_function): No need to set functionbody flag on call to