Searched refs:string_conv_p (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 1254 else if (expr && string_conv_p (to, expr, 0)) in standard_conversion() 5952 string_conv_p (totype, expr, 1); in convert_like_real()
|
H A D | cp-tree.h | 5764 extern int string_conv_p (const_tree, const_tree, int);
|
H A D | typeck.c | 1982 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 1311 else if (expr && string_conv_p (to, expr, 0)) in standard_conversion() 7113 string_conv_p (totype, expr, 1); in convert_like_real()
|
H A D | cp-tree.h | 7194 extern int string_conv_p (const_tree, const_tree, int);
|
H A D | typeck.c | 2201 string_conv_p (const_tree totype, const_tree exp, int warn) in string_conv_p() function
|