Searched refs:fnbody (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-mudflap.c1116 mf_xform_decls (tree fnbody, tree fnparams) argument
1120 walk_tree_without_duplicates (&fnbody, mx_xfn_xform_decls, &d);
H A Dc-parser.c1408 tree fnbody;
1557 fnbody = c_parser_compound_statement (parser);
1561 add_stmt (fnbody);
1568 add_stmt (fnbody);
9006 tree stmt, chain, fnbody;
9086 fnbody = c_end_compound_stmt (stmt, true);
9087 add_stmt (fnbody);
9096 tree stmt, chain, fnbody;
9158 fnbody = c_end_compound_stmt (stmt, true);
9159 add_stmt (fnbody);
1406 tree fnbody; local
9000 tree stmt, chain, fnbody; local
9090 tree stmt, chain, fnbody; local
9217 tree fnbody, typelist; local
[all...]
H A Dc-decl.c3505 tree stmt, fnbody;
3553 fnbody = c_end_compound_stmt (stmt, true);
3554 add_stmt (fnbody); local
3570 tree stmt, fnbody;
3604 fnbody = c_end_compound_stmt (stmt, true);
3605 add_stmt (fnbody);
3489 tree stmt, fnbody; local

Completed in 203 milliseconds