Home
last modified time | relevance | path

Searched refs:braced_list_to_string (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog1229 * c-common.c (braced_list_to_string): Return CTOR unchanged
3017 * c-common.c (braced_list_to_string): Add argument and overload.
3374 * c-common.c (braced_list_to_string): Make static.
3376 * c-common.h (braced_list_to_string): Remove.
3963 * c-common.c (braced_list_to_string): Remove eval parameter.
3965 * c-common.h (braced_list_to_string): Adjust prototype.
4105 * c-common.c (braced_list_to_string): New function.
4106 * c-common.h (braced_list_to_string): Declare it.
H A Dc-common.cc9315 braced_list_to_string (tree type, tree ctor, bool member) in braced_list_to_string() function
9440 return braced_list_to_string (type, ctor, member); in braced_lists_to_strings()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c8856 braced_list_to_string (tree type, tree ctor, bool member) in braced_list_to_string() function
8975 return braced_list_to_string (type, ctor, member); in braced_lists_to_strings()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20181666 (check_initializer): Move call to braced_list_to_string from here ...
1932 * decl.c (check_initializer): Call braced_list_to_string.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog2798 * c-decl.c (finish_decl): Call braced_list_to_string here ...
2879 braced_list_to_string.