Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c136 static tree poplevel (int keep, int reverse, int functionbody);
1003 poplevel (int keep, int reverse, int functionbody) in poplevel() argument
1023 if (keep || functionbody) in poplevel()
1047 if (functionbody) in poplevel()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c1262 poplevel (keep, reverse, functionbody) in poplevel() argument
1265 int functionbody;
1340 else if (keep || functionbody)
1383 if (functionbody)
1431 if (functionbody)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c494 poplevel (keep, reverse, functionbody) in poplevel() argument
497 int functionbody;
582 else if (keep || functionbody
625 if (functionbody)
667 if (functionbody)
698 if (functionbody)
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c526 poplevel (int keep, int reverse, int functionbody) in poplevel() argument
532 int tmp = functionbody; in poplevel()
548 ? ((functionbody = 0), tmp) : functionbody); in poplevel()
549 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()
564 if (cfun && !functionbody && named_labels) in poplevel()
582 if (keep == 1 || functionbody) in poplevel()
737 if (functionbody) in poplevel()
760 if (functionbody) in poplevel()
H A DChangeLog-19942773 * method.c (emit_thunk): Call poplevel with functionbody==0
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1524 poplevel (keep, reverse, functionbody) in poplevel() argument
1527 int functionbody;
1533 int tmp = functionbody;
1549 ? ((functionbody = 0), tmp) : functionbody);
1550 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
1565 if (cfun && !functionbody)
1643 if (keep == 1 || functionbody)
1784 if (functionbody)
1796 if (functionbody)
1830 block = poplevel (keep, reverse, functionbody);
H A DChangeLog.16213 * method.c (emit_thunk): Call poplevel with functionbody==0
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c14331 poplevel (keep, reverse, functionbody) in poplevel() argument
14334 int functionbody;
14389 else if (keep || functionbody)
14425 if (functionbody)
14446 if (functionbody
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c703 bool functionbody = scope->function_body; in pop_scope() local
704 bool keep = functionbody || scope->keep || scope->bindings; in pop_scope()