Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dconvert.h27 extern tree convert_to_complex (tree, tree);
H A Dc-convert.c114 return fold (convert_to_complex (type, e)); in convert()
H A Dconvert.c803 convert_to_complex (tree type, tree expr) in convert_to_complex() function
845 return convert_to_complex (type, integer_zero_node); in convert_to_complex()
849 return convert_to_complex (type, integer_zero_node); in convert_to_complex()
H A DChangeLog-200612366 convert_to_integer, convert_to_complex): Likewise.
H A DChangeLog-200421673 convert_to_complex): Replace calls to build with calls to buildN.
/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c643 return fold_if_not_in_template (convert_to_complex (type, e)); in ocp_convert()
734 return fold_if_not_in_template (convert_to_complex (type, e)); in ocp_convert()
H A DChangeLog-20041661 * cvt.c (convert_to_complex): Likewise.