Home
last modified time | relevance | path

Searched refs:string_conv_p (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20061442 * typeck.c (string_conv_p): Remove spurious quotation mark in
2947 * typeck.c (string_conv_p): Don't test for flag_const_strings.
3025 * typeck.c (string_conv_p): Pass appropiate
H A DChangeLog-1998728 * typeck.c (string_conv_p): Don't convert from wchar_t[] to char*.
892 (string_conv_p): Likewise.
1202 (string_conv_p): Likewise.
1810 (string_conv_p): Likewise.
2477 * typeck.c (string_conv_p): New fn.
2480 * call.c (standard_conversion, convert_like): Use string_conv_p.
H A DChangeLog-20071233 string_conv_p, type_unknown_p, comp_except_specs, compparms,
1255 string_conv_p, ptr_reasonably_similar, cp_type_readonly,
H A Dcall.cc1422 else if (expr && string_conv_p (to, expr, 0)) in standard_conversion()
8373 string_conv_p (totype, expr, 1); in convert_like_internal()
H A DChangeLog-20181893 * typeck.c (string_conv_p): Extract location from EXP and use it
5373 * typeck.c (string_conv_p): Strip any location wrapper from "exp".
H A DChangeLog-20081963 * typeck.c (string_conv_p): Support char16_t and char32_t.
H A Dcp-tree.h7950 extern int string_conv_p (const_tree, const_tree, int);
H A DChangeLog-2014293 * typeck.c (string_conv_p): Do a pedwarn in c++11 and above,
H A DChangeLog-20133297 (string_conv_p): Likewise.
H A DChangeLog-20102923 (string_conv_p): Likewise.
H A Dtypeck.cc2531 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p() function
H A DChangeLog-20174887 * typeck.c (string_conv_p): In C++11, always call pedwarn with
H A DChangeLog-20041322 string_conv_p, build_class_member_access_expr,
H A DChangeLog-20195497 * typeck.c (string_conv_p): Handle conversions of u8 string
H A DChangeLog-19994977 * typeck.c (string_conv_p): Use same_type_p to check whether we
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c1410 else if (expr && string_conv_p (to, expr, 0)) in standard_conversion()
7905 string_conv_p (totype, expr, 1); in convert_like_real_1()
H A Dcp-tree.h7542 extern int string_conv_p (const_tree, const_tree, int);
H A Dtypeck.c2342 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p() function