Searched refs:warn_logical_operator (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1304 extern void warn_logical_operator (location_t, enum tree_code, tree,
|
H A D | c-warn.c | 181 warn_logical_operator (location_t location, enum tree_code code, tree type, in warn_logical_operator() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1408 extern void warn_logical_operator (location_t, enum tree_code, tree,
|
H A D | ChangeLog | 1046 (warn_logical_operator): Same. 2924 * c-warn.c (warn_logical_operator): Strip location wrappers. Don't 3406 * c-warn.c (overflow_warning, warn_logical_operator): Likewise. 3614 * c-warn.c (warn_logical_operator): Call fold_for_warn on op_right 4706 * c-warn.c (warn_logical_operator): Return early if -Wlogical-op is 5577 (warn_logical_operator): Call it. 6173 (warn_logical_operator): Likewise. 7400 (warn_logical_operator, warn_tautological_cmp) 8192 * c-common.c (warn_logical_operator): Use tree_int_cst_equal 8513 * c-common.c (warn_logical_operator): Warn if the operands have the [all …]
|
H A D | c-warn.cc | 183 warn_logical_operator (location_t location, enum tree_code code, tree type, in warn_logical_operator() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog | 874 * call.cc (build_new_op): Don't call warn_logical_operator when
|
H A D | ChangeLog-2012 | 1582 (build_new_op_1): Call decay_conversion before warn_logical_operator.
|
H A D | ChangeLog-2007 | 2812 * call.c (build_new_op): Call warn_logical_operator.
|
H A D | ChangeLog-2009 | 2589 * call.c (build_new_op): Update calls to warn_logical_operator.
|
H A D | ChangeLog-2015 | 427 warn_logical_operator or maybe_warn_bool_compare.
|
H A D | call.cc | 6905 warn_logical_operator (loc, code, boolean_type_node, in build_new_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 6510 warn_logical_operator (loc, code, boolean_type_node, in build_new_op_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 3823 warn_logical_operator (location, code, TREE_TYPE (result.value), in parser_build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 22423 * c-common.c (warn_logical_operator): Remove unnecessary conditionals. 22587 * c-common.c (warn_logical_operator): Don't warn if one of 22707 warn_logical_operator. 22708 * c-common.c (warn_logical_operator): Add new warning. 22709 * c-common.h (warn_logical_operator): Update declaration. 27307 warn_logical_operator.
|
H A D | ChangeLog-2007 | 26018 * c-common.c (warn_logical_operator): Fix condition. 26209 * c-common.h (warn_logical_operator): Declare. 26210 * c-common.c (warn_logical_operator): Define. 26212 warn_logical_operator.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 3848 warn_logical_operator (location, code, TREE_TYPE (result.value), in parser_build_binary_op()
|