Home
last modified time | relevance | path

Searched refs:convert_init (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-convert.cc204 convert_init (tree type, tree expr) in convert_init() function
H A DChangeLog383 (convert_init): New function.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h913 extern tree convert_init (tree, tree);
H A Dc-common.cc1769 ? convert_init (orig_type, expr) in convert_and_check()
1780 result = init_const ? convert_init (type, expr) : convert (type, expr); in convert_and_check()
H A DChangeLog683 convert_init if init_const.
685 (convert_init): New prototype.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1695 convert_init (tree type, tree expr) in convert_init() function
H A DChangeLog-2021828 * cvt.c (convert_init): New function.