Searched refs:fn_decl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c29 static int parse_fn_proto (char *, char *, struct fn_decl *);
67 parse_fn_proto (char *start, char *end, struct fn_decl *fn)
136 struct fn_decl fn_decl; local
147 fprintf (outf, "struct fn_decl std_protos[] = {\n");
167 if (! parse_fn_proto (linebuf.base, linebuf.ptr, &fn_decl))
170 add_hash (fn_decl.fname);
173 fn_decl.fname, fn_decl.rtype, fn_decl
[all...]
H A Dscan.h37 struct fn_decl struct
H A Dfix-header.c209 static struct fn_decl *lookup_std_proto (const char *, int);
398 static struct fn_decl *
405 struct fn_decl *fn;
444 struct fn_decl *fn;
460 struct fn_decl *fn = lookup_std_proto (fname, strlen (fname));
531 struct fn_decl *fn;
609 struct fn_decl *fn;
706 struct fn_decl *flsbuf_fn = lookup_std_proto ("_flsbuf", 7);
752 struct fn_decl *fn;
1167 struct fn_decl *f
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_demo.y208 extern Scope * start_fn_def(Scope *scope, Decl *fn_decl);
209 extern void finish_fn_def(Decl *fn_decl, Code *block);
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c2772 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, argument
2777 start_mangling (fn_decl, /*ident_p=*/true);
2789 else if (!DECL_THUNK_P (fn_decl))
2797 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl));
2798 virtual_offset = THUNK_VIRTUAL_OFFSET (fn_decl);
2802 fn_decl = THUNK_TARGET (fn_decl);
2806 write_encoding (fn_decl);
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c644 extern Scope * start_fn_def(Scope *scope, Decl *fn_decl);
645 extern void finish_fn_def(Decl *fn_decl, Code *block);

Completed in 83 milliseconds