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

/openbsd-current/gnu/gcc/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) function
167 if (! parse_fn_proto (linebuf.base, linebuf.ptr, &fn_decl))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgen-protos.c28 static int parse_fn_proto PARAMS ((char *, char *, struct fn_decl *));
68 parse_fn_proto (start, end, fn) function
171 if (! parse_fn_proto (linebuf.base, linebuf.ptr, &fn_decl))

Completed in 93 milliseconds