Home
last modified time | relevance | path

Searched refs:boolean_increment (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.h787 extern tree boolean_increment (enum tree_code, tree);
H A Dc-common.c4113 boolean_increment (enum tree_code code, tree arg) in boolean_increment() function
H A Dc-typeck.c3104 val = boolean_increment (code, arg); in build_unary_op()
H A DChangeLog-20003909 * c-common.c (boolean_increment): New function.
3913 (boolean_increment): Declare.
H A DChangeLog-200414862 c_expand_expr, boolean_increment, nonnull_check_p,
19128 c_common_truthvalue_conversion, boolean_increment): Replace calls
H A DChangeLog-200316587 c_add_case_label, finish_label_addr_expr, boolean_increment):
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c4368 val = boolean_increment (code, arg); in build_unary_op()
H A DChangeLog-2000505 * typeck.c (build_unary_op): Use boolean_increment from