Home
last modified time | relevance | path

Searched refs:tf_conv (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc1226 tsubst_flags_t tflags = tf_conv; in standard_conversion()
4187 complain |= tf_conv; in build_user_type_conversion_1()
6236 if (complain & (tf_error | tf_conv)) in add_candidates()
H A DChangeLog-20211302 * call.c (build_user_type_conversion_1): Add tf_conv to complain.
3137 * pt.c (tsubst_copy_and_build) <case CALL_EXPR>: Set tf_conv
3209 set tf_conv during the initial substitution into the function.
H A Dclass.cc8651 if (!(complain & tf_conv)) in resolve_address_of_overloaded_function()
8659 if (!(complain & tf_conv)) in resolve_address_of_overloaded_function()
H A Ddecl2.cc5819 if ((complain & tf_conv)) in mark_used()
H A DChangeLog-20031331 * cp-tree.h (tsubst_flags_t): Add tf_conv.
1332 * class.c (standard_conversion): Pass tf_conv to
H A Dcp-tree.h5554 tf_conv = 1 << 6, /* We are determining what kind of enumerator
H A DChangeLog-20183679 * decl2.c (mark_used): Return without effects if tf_conv.
H A Dpt.cc20820 subcomplain |= tf_conv; in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c8535 if (!(complain & tf_conv)) in resolve_address_of_overloaded_function()
8543 if (!(complain & tf_conv)) in resolve_address_of_overloaded_function()
H A Ddecl2.c5483 if ((complain & tf_conv)) in mark_used()
H A Dcp-tree.h5320 tf_conv = 1 << 6, /* We are determining what kind of enumerator
H A Dcall.c1216 tsubst_flags_t tflags = tf_conv; in standard_conversion()