Searched refs:boolean_increment (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1003 extern tree boolean_increment (enum tree_code, tree);
|
H A D | c-common.c | 5057 boolean_increment (enum tree_code code, tree arg) in boolean_increment() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1029 extern tree boolean_increment (enum tree_code, tree);
|
H A D | c-common.cc | 5321 boolean_increment (enum tree_code code, tree arg) in boolean_increment() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 6791 val = boolean_increment (code, arg); in cp_build_unary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 7306 val = boolean_increment (code, arg); in cp_build_unary_op()
|
H A D | ChangeLog-2000 | 505 * typeck.c (build_unary_op): Use boolean_increment from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 4764 val = boolean_increment (code, arg); in build_unary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 4795 val = boolean_increment (code, arg); in build_unary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 3909 * c-common.c (boolean_increment): New function. 3913 (boolean_increment): Declare.
|
H A D | ChangeLog-2004 | 14862 c_expand_expr, boolean_increment, nonnull_check_p, 19128 c_common_truthvalue_conversion, boolean_increment): Replace calls
|
H A D | ChangeLog-2007 | 15625 * c-common.c (boolean_increment): Use correctly typed
|
H A D | ChangeLog-2003 | 16587 c_add_case_label, finish_label_addr_expr, boolean_increment):
|