Searched refs:first_p (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbtypes.c | 2280 int first_p, second_p; in integer_types_same_name_p() local 2283 first_p = (strstr (first, "short") != NULL); in integer_types_same_name_p() 2285 if (first_p && second_p) in integer_types_same_name_p() 2287 if (first_p || second_p) in integer_types_same_name_p() 2291 first_p = (strstr (first, "long") != NULL); in integer_types_same_name_p() 2293 if (first_p && second_p) in integer_types_same_name_p() 2295 if (first_p || second_p) in integer_types_same_name_p() 2299 first_p = (strstr (first, "char") != NULL); in integer_types_same_name_p() 2301 if (first_p && second_p) in integer_types_same_name_p() 2303 if (first_p || second_p) in integer_types_same_name_p()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-typeck.c | 3551 internal_build_compound_expr (list, first_p) in internal_build_compound_expr() argument 3553 int first_p; 3561 if (!first_p) 3574 if (!first_p && integer_zerop (TREE_VALUE (list)))
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | haifa-sched.c | 982 ready_add (struct ready_list *ready, rtx insn, bool first_p) in ready_add() argument 984 if (!first_p) in ready_add()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mips.c | 14461 show (FILE *stream, const char *string, int *col_p, int *first_p) in show() argument 14463 if (*first_p) in show() 14483 *first_p = 0; in show()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-mips.c | 14578 show (FILE *stream, const char *string, int *col_p, int *first_p) in show() argument 14580 if (*first_p) in show() 14600 *first_p = 0; in show()
|