Home
last modified time | relevance | path

Searched refs:array_string_literal_compatible_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc1118 array_string_literal_compatible_p (tree type, tree init) in array_string_literal_compatible_p() function
1204 if (!array_string_literal_compatible_p (type, init)) in digest_init_r()
H A DChangeLog-20214995 * typeck2.c (array_string_literal_compatible_p): New function.
4996 (digest_init_r): call array_string_literal_compatible_p
4997 * cp-tree.h: (array_string_literal_compatible_p): Declare.
H A Dcp-tree.h8178 extern bool array_string_literal_compatible_p (tree, tree);
H A Dcall.cc932 return array_string_literal_compatible_p (atype, from); in can_convert_array()