Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h776 extern tree boolean_increment (enum tree_code, tree);
H A Dc-common.c4019 boolean_increment (enum tree_code code, tree arg) in boolean_increment() function
H A Dc-typeck.c3012 val = boolean_increment (code, arg); in build_unary_op()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h1208 extern tree boolean_increment PARAMS ((enum tree_code,
H A Dc-typeck.c2934 value = boolean_increment (code, arg);
2975 val = boolean_increment (code, arg);
H A Dc-common.c4714 boolean_increment (code, arg) in boolean_increment() function
H A DChangeLog.43903 * c-common.c (boolean_increment): New function.
3907 (boolean_increment): Declare.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c4180 val = boolean_increment (code, arg);
H A DChangeLog10377 * typeck.c (build_unary_op): Use boolean_increment from
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c4235 val = boolean_increment (code, arg); in build_unary_op()
H A DChangeLog-2000505 * typeck.c (build_unary_op): Use boolean_increment from