Home
last modified time | relevance | path

Searched refs:first_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c2280 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/
Dc-typeck.c3551 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/
Dhaifa-sched.c982 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/
Dtc-mips.c14461 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/
Dtc-mips.c14578 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()