Searched refs:functionbody (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c536 poplevel (int keep, int reverse, int functionbody)
542 int tmp = functionbody;
558 ? ((functionbody = 0), tmp) : functionbody);
559 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
574 if (cfun && !functionbody && named_labels)
592 if (keep == 1 || functionbody)
747 if (functionbody)
770 if (functionbody)
533 poplevel(int keep, int reverse, int functionbody) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c717 bool functionbody = scope->function_body;
718 bool keep = functionbody || scope->keep || scope->bindings;
711 bool functionbody = scope->function_body; local

Completed in 116 milliseconds