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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbtypes.c2294 int first_p, second_p;
2297 first_p = (strstr (first, "short") != NULL);
2299 if (first_p && second_p)
2301 if (first_p || second_p)
2305 first_p = (strstr (first, "long") != NULL);
2307 if (first_p && second_p)
2309 if (first_p || second_p)
2313 first_p = (strstr (first, "char") != NULL);
2315 if (first_p && second_p)
2317 if (first_p || second_
2293 int first_p, second_p; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dhaifa-sched.c986 ready_add (struct ready_list *ready, rtx insn, bool first_p)
988 if (!first_p)
982 ready_add(struct ready_list *ready, rtx insn, bool first_p) argument
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-mips.c15307 show (FILE *stream, const char *string, int *col_p, int *first_p)
15309 if (*first_p)
15329 *first_p = 0;
15293 show(FILE *stream, const char *string, int *col_p, int *first_p) argument

Completed in 82 milliseconds