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

/openbsd-current/gnu/gcc/gcc/
H A Dgen-protos.c71 char *param_start, *param_end, *decl_start, *name_start, *name_end; local
117 decl_start = start;
118 if (strncmp (decl_start, "typedef ", 8) == 0)
120 if (strncmp (decl_start, "extern ", 7) == 0)
121 decl_start += 7;
124 fn->rtype = decl_start;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgen-protos.c74 char *param_start, *param_end, *decl_start, *name_start, *name_end; local
120 decl_start = start;
121 if (strncmp (decl_start, "typedef ", 8) == 0)
123 if (strncmp (decl_start, "extern ", 7) == 0)
124 decl_start += 7;
127 fn->rtype = decl_start;

Completed in 123 milliseconds