Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c534 poplevel (int keep, int reverse, int functionbody) in poplevel() argument
540 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()
H A DChangeLog-19942773 * method.c (emit_thunk): Call poplevel with functionbody==0
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c713 bool functionbody = scope->function_body; in pop_scope() local
714 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()
H A DChangeLog-200312639 (finish_function): No need to set functionbody flag on call to