Searched refs:contextual_conv_bool (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | method.c | 1445 tree ceq = contextual_conv_bool (eq, complain); in build_comparison_op() 1476 comp = contextual_conv_bool (comp, complain); in build_comparison_op()
|
H A D | typeck.c | 6156 contextual_conv_bool (tree expr, tsubst_flags_t complain) in contextual_conv_bool() function 6168 tree t = contextual_conv_bool (expr, tf_warning_or_error); in condition_conversion()
|
H A D | cp-tree.h | 7544 extern tree contextual_conv_bool (tree, tsubst_flags_t);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | method.cc | 1694 tree ceq = contextual_conv_bool (eq, complain); in build_comparison_op() 1728 comp = contextual_conv_bool (comp, complain); in build_comparison_op()
|
H A D | typeck.cc | 6671 contextual_conv_bool (tree expr, tsubst_flags_t complain) in contextual_conv_bool() function 6683 tree t = contextual_conv_bool (expr, tf_warning_or_error); in condition_conversion()
|
H A D | semantics.cc | 11155 tree e = contextual_conv_bool (expr, tf_none); in find_failing_clause_r() 11220 condition = contextual_conv_bool (condition, complain); in finish_static_assert()
|
H A D | cp-tree.h | 7952 extern tree contextual_conv_bool (tree, tsubst_flags_t);
|
H A D | ChangeLog-2020 | 1167 iloc_sentinel. Call contextual_conv_bool instead of
|
H A D | ChangeLog-2019 | 1124 * typeck.c (contextual_conv_bool): New.
|