Home
last modified time | relevance | path

Searched refs:contextual_conv_bool (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1445 tree ceq = contextual_conv_bool (eq, complain); in build_comparison_op()
1476 comp = contextual_conv_bool (comp, complain); in build_comparison_op()
H A Dtypeck.c6156 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 Dcp-tree.h7544 extern tree contextual_conv_bool (tree, tsubst_flags_t);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1694 tree ceq = contextual_conv_bool (eq, complain); in build_comparison_op()
1728 comp = contextual_conv_bool (comp, complain); in build_comparison_op()
H A Dtypeck.cc6671 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 Dsemantics.cc11155 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 Dcp-tree.h7952 extern tree contextual_conv_bool (tree, tsubst_flags_t);
H A DChangeLog-20201167 iloc_sentinel. Call contextual_conv_bool instead of
H A DChangeLog-20191124 * typeck.c (contextual_conv_bool): New.