Searched refs:array_string_literal_compatible_p (Results 1 – 4 of 4) sorted by relevance
1118 array_string_literal_compatible_p (tree type, tree init) in array_string_literal_compatible_p() function1204 if (!array_string_literal_compatible_p (type, init)) in digest_init_r()
4995 * typeck2.c (array_string_literal_compatible_p): New function.4996 (digest_init_r): call array_string_literal_compatible_p4997 * cp-tree.h: (array_string_literal_compatible_p): Declare.
8178 extern bool array_string_literal_compatible_p (tree, tree);
932 return array_string_literal_compatible_p (atype, from); in can_convert_array()